aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2017-08-21 14:32:29 +0800
committerehaupt <ehaupt@FreeBSD.org>2017-08-21 14:32:29 +0800
commit4685a993ea0cdf091e0e45ec7bda7a7dd59602f8 (patch)
tree004d9f50497e96f4307f15734118507ce08f2432
parentaaa08f894223efeac86ea608fa15e011930be09d (diff)
downloadfreebsd-ports-4685a993ea0cdf091e0e45ec7bda7a7dd59602f8.tar.gz
freebsd-ports-4685a993ea0cdf091e0e45ec7bda7a7dd59602f8.tar.zst
freebsd-ports-4685a993ea0cdf091e0e45ec7bda7a7dd59602f8.zip
MFH: r448449
Fix geoip support by providing LIBPATH. PR: 221682 Submitted by: tmasu@st.rim.or.jp Approved by: ports-secteam (blanket)
-rw-r--r--net-mgmt/gnu-ipcalc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/gnu-ipcalc/Makefile b/net-mgmt/gnu-ipcalc/Makefile
index 2c74536e0e44..aa42952e8d14 100644
--- a/net-mgmt/gnu-ipcalc/Makefile
+++ b/net-mgmt/gnu-ipcalc/Makefile
@@ -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