drop override for PHP_VERSIONS_ACCEPTED - this package compiles for both 5.x
and 7.x, so the default is fine
This commit is contained in:
parent
e559adf0fa
commit
7400dba736
1 changed files with 1 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue