diff options
author | seanc <seanc@FreeBSD.org> | 2002-10-09 12:44:45 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-10-09 12:44:45 +0800 |
commit | d8e05d9b6cd3a11dc7e9e545658c32ec3caf20ab (patch) | |
tree | 92204c78cdaab15f3b0258768c94562cf6b084af /net/p5-Geo-IP | |
parent | b36f2121164f16c1d981a99330ba294258e0cc6c (diff) | |
download | freebsd-ports-gnome-d8e05d9b6cd3a11dc7e9e545658c32ec3caf20ab.tar.gz freebsd-ports-gnome-d8e05d9b6cd3a11dc7e9e545658c32ec3caf20ab.tar.zst freebsd-ports-gnome-d8e05d9b6cd3a11dc7e9e545658c32ec3caf20ab.zip |
Commit miss: correct the path of the library dependency to net/GeoIP.
Diffstat (limited to 'net/p5-Geo-IP')
-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' |