diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2017-02-07 10:36:59 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2017-02-07 10:36:59 +0000 |
commit | 5aa321311848aa76388c7d4e529439f72b0d9863 (patch) | |
tree | 7d84baa87615241ff262e07da361c1c8f4414d94 /net/php-geoip | |
parent | 54eea73a708c624a75f8021811b31d9b54cc513c (diff) | |
download | pkgsrc-5aa321311848aa76388c7d4e529439f72b0d9863.tar.gz |
drop override for PHP_VERSIONS_ACCEPTED - this package compiles for both 5.x
and 7.x, so the default is fine
Diffstat (limited to 'net/php-geoip')
-rw-r--r-- | net/php-geoip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/php-geoip/Makefile b/net/php-geoip/Makefile index 419afd4e045..771d6f5f300 100644 --- a/net/php-geoip/Makefile +++ b/net/php-geoip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/09/11 17:03:27 taca Exp $ +# $NetBSD: Makefile,v 1.6 2017/02/07 10:36:59 jdolecek Exp $ # MODNAME= geoip @@ -10,8 +10,6 @@ HOMEPAGE= http://pecl.php.net/package/geoip/ COMMENT= PHP module to map IP address to geographic places LICENSE= php -PHP_VERSIONS_ACCEPTED= 56 70 - USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-${MODNAME} |