diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-08-21 06:27:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-08-21 06:27:09 +0000 |
commit | 3752f961967347b5ade2094ff2266c5b485c66cd (patch) | |
tree | 5036c2a12e90705b93cfca0774bd354d8ddfdb67 /net-mgmt/gnu-ipcalc | |
parent | 9e13212c8f681f926f95b78b12037dead4e7203a (diff) |
Notes
Diffstat (limited to 'net-mgmt/gnu-ipcalc')
-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 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 |