svn commit: r436677 - head/net-mgmt/pmacct
Kurt Jaeger
pi at FreeBSD.org
Wed Mar 22 06:37:16 UTC 2017
Author: pi
Date: Wed Mar 22 06:37:14 2017
New Revision: 436677
URL: https://svnweb.freebsd.org/changeset/ports/436677
Log:
net-mgmt/pmacct: fix build for GEOIP option by adding USES=pkgconfig
Submitted by: mat
Modified:
head/net-mgmt/pmacct/Makefile
Modified: head/net-mgmt/pmacct/Makefile
==============================================================================
--- head/net-mgmt/pmacct/Makefile Wed Mar 22 04:35:03 2017 (r436676)
+++ head/net-mgmt/pmacct/Makefile Wed Mar 22 06:37:14 2017 (r436677)
@@ -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
More information about the svn-ports-all
mailing list