aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-06-16 18:42:49 +0800
committerkoobs <koobs@FreeBSD.org>2015-06-16 18:42:49 +0800
commit3fa0469b6ca97b6d8aecab8a023c4a462de7f7a5 (patch)
treeb2369182920c7ce23edfec8752d4696e869258b2 /net
parent5b70a898d3f7c7cb3eb4f7ff10080d78c2d7929e (diff)
downloadfreebsd-ports-gnome-3fa0469b6ca97b6d8aecab8a023c4a462de7f7a5.tar.gz
freebsd-ports-gnome-3fa0469b6ca97b6d8aecab8a023c4a462de7f7a5.tar.zst
freebsd-ports-gnome-3fa0469b6ca97b6d8aecab8a023c4a462de7f7a5.zip
net/czmq: Remove pathfix (no longer necessary)
Deprecate USES=pathfix since we're now setting (overriding) the pkg-config path via configure (pkgconfigdir)
Diffstat (limited to 'net')
-rw-r--r--net/czmq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/czmq/Makefile b/net/czmq/Makefile
index 55e88ba83fc7..44bd21662a8b 100644
--- a/net/czmq/Makefile
+++ b/net/czmq/Makefile
@@ -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