diff options
author | shaun <shaun@FreeBSD.org> | 2006-08-15 06:26:37 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-08-15 06:26:37 +0800 |
commit | c43de27d1c588bf32b7c709396494cee104e252a (patch) | |
tree | 368aa5e256eb0523a2dd43846682c41e6dfa5abf /net/p5-Geo-IP | |
parent | 07a3903cc3d082b7c4abff6ef5ca58cacf246ddf (diff) | |
download | freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.tar.gz freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.tar.zst freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.zip |
Chase GeoIP shared library version bump.
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 2f9ff954b610..2cfe7c582bfb 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Geo-IP PORTVERSION= 1.27 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.maxmind.com/download/geoip/api/perl/ @@ -17,7 +17,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= seanc@FreeBSD.org COMMENT= Gets country name by IP or hostname -LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include' |