summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-10-18 15:50:45 +0000
committertaca <taca@pkgsrc.org>2013-10-18 15:50:45 +0000
commitd517b93d29f09e42e1369257132bae236f461800 (patch)
tree6f67b5029ab88e68abddcd78b18b8420e5b0d115 /devel
parent317bdba743424dfcfa1ba51573f2574e3645b59a (diff)
downloadpkgsrc-d517b93d29f09e42e1369257132bae236f461800.tar.gz
* Set USE_PHP_EXT_PATCHES to "Yes".
* Remove PHP_CHECK_INSTALLED since it is "Yes" default.
Diffstat (limited to 'devel')
-rw-r--r--devel/php-opcache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/php-opcache/Makefile b/devel/php-opcache/Makefile
index ee10d68e498..42bea30ca2d 100644
--- a/devel/php-opcache/Makefile
+++ b/devel/php-opcache/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2013/07/29 16:43:17 taca Exp $
+# $NetBSD: Makefile,v 1.2 2013/10/18 15:50:45 taca Exp $
MODNAME= opcache
CATEGORIES+= devel
COMMENT= PHP extension for opcode caching
PHP_VERSIONS_ACCEPTED= 55
-PHP_CHECK_INSTALLED= Yes
CONFIGURE_ARGS+= --enable-${MODNAME}=opcache
+USE_PHP_EXT_PATCHES= Yes
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"