Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2017 06:37:14 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436677 - head/net-mgmt/pmacct
Message-ID:  <201703220637.v2M6bESh054163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703220637.v2M6bESh054163>