Date: Mon, 21 Aug 2017 06:27:10 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448449 - head/net-mgmt/gnu-ipcalc Message-ID: <201708210627.v7L6RAAD043106@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708210627.v7L6RAAD043106>