diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2002-11-19 21:37:11 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2002-11-19 21:37:11 +0000 |
commit | 9244ad480b88ceb754d4d1d4841d8b03fc6b4139 (patch) | |
tree | a49abf36e9a68536c5eef3c546d5ec0ce7ae72d6 /net/p5-Geo-IP | |
parent | f7744b66dea9e0b6ab59d48e1fe9bf905a1f819b (diff) | |
download | ports-9244ad480b88ceb754d4d1d4841d8b03fc6b4139.tar.gz ports-9244ad480b88ceb754d4d1d4841d8b03fc6b4139.zip |
Notes
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 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' |