diff options
author | koobs <koobs@FreeBSD.org> | 2015-06-16 18:42:49 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-06-16 18:42:49 +0800 |
commit | 3fa0469b6ca97b6d8aecab8a023c4a462de7f7a5 (patch) | |
tree | b2369182920c7ce23edfec8752d4696e869258b2 /net | |
parent | 5b70a898d3f7c7cb3eb4f7ff10080d78c2d7929e (diff) | |
download | freebsd-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/Makefile | 2 |
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 |