Remove PHP_VERSIONS_ACCEPTED which has now default value.
This commit is contained in:
parent
57352bf2c3
commit
58d9801253
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.5 2015/03/20 16:33:28 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2015/12/05 06:07:32 taca Exp $
|
||||
|
||||
MODNAME= opcache
|
||||
CATEGORIES+= devel
|
||||
COMMENT= PHP extension for opcode caching
|
||||
|
||||
PHP_VERSIONS_ACCEPTED= 55 56
|
||||
PHP_ZEND_EXTENSION= yes
|
||||
CONFIGURE_ARGS+= --enable-${MODNAME}=opcache
|
||||
USE_PHP_EXT_PATCHES= Yes
|
||||
|
|
Loading…
Reference in a new issue