svn commit: r448449 - head/net-mgmt/gnu-ipcalc

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 21 06:27:11 UTC 2017


Author: ehaupt
Date: Mon Aug 21 06:27:09 2017
New Revision: 448449
URL: https://svnweb.freebsd.org/changeset/ports/448449

Log:
  Fix geoip support by providing LIBPATH.
  
  PR:		221682
  Submitted by:	tmasu at st.rim.or.jp

Modified:
  head/net-mgmt/gnu-ipcalc/Makefile

Modified: head/net-mgmt/gnu-ipcalc/Makefile
==============================================================================
--- head/net-mgmt/gnu-ipcalc/Makefile	Mon Aug 21 02:27:27 2017	(r448448)
+++ head/net-mgmt/gnu-ipcalc/Makefile	Mon Aug 21 06:27:09 2017	(r448449)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipcalc
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 PKGNAMEPREFIX=	gnu-
 
@@ -22,6 +23,7 @@ OPTIONS_DEFINE=	GEOIP
 OPTIONS_DEFAULT=GEOIP
 
 GEOIP_LIB_DEPENDS=	libGeoIP.so:net/GeoIP
+GEOIP_MAKE_ENV=		LIBPATH=${LOCALBASE}/lib
 GEOIP_MAKE_ENV_OFF=	USE_GEOIP=no USE_DYN_GEOIP=no
 
 PLIST_FILES=	bin/ipcalc man/man1/ipcalc.1.gz


More information about the svn-ports-head mailing list