diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2002-10-09 04:44:45 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2002-10-09 04:44:45 +0000 |
commit | f0b1bf5c18cf21ac2cb1787425ba9641fef4fade (patch) | |
tree | b5a23d84a793a3a639651fdeeda9f17d46bde4fa | |
parent | Move GeoIP and perl friend from misc/ to net/ (diff) |
Commit miss: correct the path of the library dependency to net/GeoIP.
Notes
Notes:
svn path=/head/; revision=67685
-rw-r--r-- | net/p5-Geo-IP/Makefile | 2 |
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' |