diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2002-10-09 04:33:08 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2002-10-09 04:33:08 +0000 |
commit | fb0fd0220d0818339935f082a3100e1e6b287980 (patch) | |
tree | 9107783dc11f3febcb226d0e4a056e51cd0a1235 /net/GeoIP/Makefile | |
parent | 21a4666d2c1c3a802faaabe3e3458000572ac372 (diff) | |
download | ports-fb0fd0220d0818339935f082a3100e1e6b287980.tar.gz ports-fb0fd0220d0818339935f082a3100e1e6b287980.zip |
Moved misc/GeoIP and misc/p5-Geo-IP to the more fitting net directory[1].
Fixed build of net/GeoIP on -STABLE[2].
PR: ports/43807
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [2]
Submitted by: seanc [1]
Reviewed by: knu (mentor/portmgr)
Notes
Notes:
svn path=/head/; revision=67683
Diffstat (limited to 'net/GeoIP/Makefile')
-rw-r--r-- | net/GeoIP/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 7e42e06656f0..84a4fe673fa8 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -12,8 +12,6 @@ MASTER_SITES= http://maxmind.com/download/geoip/api/c/ MAINTAINER= seanc@FreeBSD.org -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - USE_LIBTOOL= yes CONFIGURE_ARGS= --with-gnu-ld=yes INSTALLS_SHLIB= yes |