summaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2002-11-19 21:37:11 +0000
committerSean Chittenden <seanc@FreeBSD.org>2002-11-19 21:37:11 +0000
commit9244ad480b88ceb754d4d1d4841d8b03fc6b4139 (patch)
treea49abf36e9a68536c5eef3c546d5ec0ce7ae72d6 /net/p5-Geo-IP
parentUpdate Net::GeoIP to 0.05. (diff)
Chase the GeoIP lib version.
Notes
Notes: svn path=/head/; revision=70522
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r--net/p5-Geo-IP/Makefile4
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'