aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pmacct
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net-mgmt/pmacct
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r--net-mgmt/pmacct/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile
index 4b61b5b49b26..3c20e816312a 100644
--- a/net-mgmt/pmacct/Makefile
+++ b/net-mgmt/pmacct/Makefile
@@ -91,14 +91,14 @@ CONFIGURE_ARGS+=--enable-debug
.endif
.if ${PORT_OPTIONS:MMONGO}
-LIB_DEPENDS+= libmongoc.so:${PORTSDIR}/devel/mongo-c-driver
+LIB_DEPENDS+= libmongoc.so:devel/mongo-c-driver
CONFIGURE_ARGS+=--enable-mongodb \
--with-mongodb-libs=${LOCALBASE}/lib \
--with-mongodb-includes=${LOCALBASE}/include
.endif
.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+= libGeoIP.so:net/GeoIP
CONFIGURE_ARGS+=--enable-geoip \
--with-geoip-libs=${LOCALBASE}/lib \
--with-geoip-includes=${LOCALBASE}/include