diff options
Diffstat (limited to 'net/GeoIP/Makefile')
-rw-r--r-- | net/GeoIP/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 74869ae0f04..0210a827dcd 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/10/23 17:18:07 asau Exp $ +# $NetBSD: Makefile,v 1.30 2014/10/09 14:06:44 wiz Exp $ DISTNAME= GeoIP-1.4.8 CATEGORIES= net @@ -9,8 +9,6 @@ HOMEPAGE= http://www.maxmind.com/app/c COMMENT= Find the country from any IP address LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 # md5.c and types.h, from GNUPG -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |