diff options
Diffstat (limited to 'net/GeoIP/Makefile')
-rw-r--r-- | net/GeoIP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 362b754152a3..795f8289d851 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GeoIP -PORTVERSION= 1.3.17 +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -15,7 +15,7 @@ MAINTAINER= shaun@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= geoiplookup.1 geoipupdate.1 |