diff options
author | seanc <seanc@FreeBSD.org> | 2002-11-20 05:37:11 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-11-20 05:37:11 +0800 |
commit | 41961435c69cd8b15c6e0db46772bcae332fca71 (patch) | |
tree | a7850fa1a9ec0e6eb31877dd1223c21d9a9bb22b | |
parent | f30a0eb11d7132b7332d665222048dc5665997ce (diff) | |
download | freebsd-ports-gnome-41961435c69cd8b15c6e0db46772bcae332fca71.tar.gz freebsd-ports-gnome-41961435c69cd8b15c6e0db46772bcae332fca71.tar.zst freebsd-ports-gnome-41961435c69cd8b15c6e0db46772bcae332fca71.zip |
Chase the GeoIP lib version.
-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 ad71eedda66e..1604b89714b1 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Geo-IP PORTVERSION= 0.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.maxmind.com/download/geoip/api/perl/ @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= seanc@FreeBSD.org -LIB_DEPENDS= GeoIP.1:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= GeoIP.2:${PORTSDIR}/net/GeoIP PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${PREFIX}/lib' INC='-I${PREFIX}/include' |