aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2002-10-09 04:44:45 +0000
committerSean Chittenden <seanc@FreeBSD.org>2002-10-09 04:44:45 +0000
commitf0b1bf5c18cf21ac2cb1787425ba9641fef4fade (patch)
treeb5a23d84a793a3a639651fdeeda9f17d46bde4fa /net/p5-Geo-IP
parent3d25f2bf6f8e203fda0cf649ad0ef4bae4d6858e (diff)
downloadports-f0b1bf5c18cf21ac2cb1787425ba9641fef4fade.tar.gz
ports-f0b1bf5c18cf21ac2cb1787425ba9641fef4fade.zip
Commit miss: correct the path of the library dependency to net/GeoIP.
Notes
Notes: svn path=/head/; revision=67685
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r--net/p5-Geo-IP/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile
index 30b30e120752..2ed0f65be80f 100644
--- a/net/p5-Geo-IP/Makefile
+++ b/net/p5-Geo-IP/Makefile
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= seanc@FreeBSD.org
-LIB_DEPENDS= GeoIP.1:${PORTSDIR}/misc/GeoIP
+LIB_DEPENDS= GeoIP.1:${PORTSDIR}/net/GeoIP
PERL_CONFIGURE= yes
CONFIGURE_ARGS= LIBS='-L${PREFIX}/lib' INC='-I${PREFIX}/include'