diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-08-21 06:32:29 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-08-21 06:32:29 +0000 |
commit | 4685a993ea0cdf091e0e45ec7bda7a7dd59602f8 (patch) | |
tree | 004d9f50497e96f4307f15734118507ce08f2432 | |
parent | aaa08f894223efeac86ea608fa15e011930be09d (diff) | |
download | FreeBSD-ports-4685a993ea0cdf091e0e45ec7bda7a7dd59602f8.zip FreeBSD-ports-4685a993ea0cdf091e0e45ec7bda7a7dd59602f8.tar.gz |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/gnu-ipcalc/Makefile b/net-mgmt/gnu-ipcalc/Makefile index 2c74536..aa42952 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 |