aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-03-22 14:37:14 +0800
committerpi <pi@FreeBSD.org>2017-03-22 14:37:14 +0800
commitdcd0e149f0da98aa7d683a8d7dab01bc4c654326 (patch)
treeb672fe7c1e2e9b0bccab0a2ab5a8cc3e8b55f34d /net-mgmt
parentc64689a9b8ee758e826ac61de153afb76e80b956 (diff)
downloadfreebsd-ports-gnome-dcd0e149f0da98aa7d683a8d7dab01bc4c654326.tar.gz
freebsd-ports-gnome-dcd0e149f0da98aa7d683a8d7dab01bc4c654326.tar.zst
freebsd-ports-gnome-dcd0e149f0da98aa7d683a8d7dab01bc4c654326.zip
net-mgmt/pmacct: fix build for GEOIP option by adding USES=pkgconfig
Submitted by: mat
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/pmacct/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile
index 1ccd2a88cabc..d87644323e50 100644
--- a/net-mgmt/pmacct/Makefile
+++ b/net-mgmt/pmacct/Makefile
@@ -144,6 +144,7 @@ PLIST_SUB+=WITH_NFLOG="@comment "
.endif
.if ${PORT_OPTIONS:MGEOIP}
+USES+= pkgconfig
LIB_DEPENDS+= libGeoIP.so:net/GeoIP
CONFIGURE_ARGS+=--enable-geoip
.endif