Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 10:42:49 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389832 - head/net/czmq
Message-ID:  <201506161042.t5GAgn6T090350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Jun 16 10:42:49 2015
New Revision: 389832
URL: https://svnweb.freebsd.org/changeset/ports/389832

Log:
  net/czmq: Remove pathfix (no longer necessary)
  
  Deprecate USES=pathfix since we're now setting (overriding) the pkg-config
  path via configure (pkgconfigdir)

Modified:
  head/net/czmq/Makefile

Modified: head/net/czmq/Makefile
==============================================================================
--- head/net/czmq/Makefile	Tue Jun 16 10:40:32 2015	(r389831)
+++ head/net/czmq/Makefile	Tue Jun 16 10:42:49 2015	(r389832)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libzmq.so:${PORTSDIR}/net/libzmq4
 
-USES=		autoreconf libtool pathfix pkgconfig
+USES=		autoreconf libtool pkgconfig
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506161042.t5GAgn6T090350>