From 58d9801253a8c3641ed44ad302f01396e45eb313 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 5 Dec 2015 06:07:32 +0000 Subject: [PATCH] Remove PHP_VERSIONS_ACCEPTED which has now default value. --- devel/php-opcache/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/php-opcache/Makefile b/devel/php-opcache/Makefile index c2ab43cfe704..a6836ec6b9f3 100644 --- a/devel/php-opcache/Makefile +++ b/devel/php-opcache/Makefile @@ -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