diff options
author | taca <taca> | 2013-10-18 15:50:45 +0000 |
---|---|---|
committer | taca <taca> | 2013-10-18 15:50:45 +0000 |
commit | 6b1669d424d9a1b40cf8a4a7f29b63b2313d0a96 (patch) | |
tree | 6f67b5029ab88e68abddcd78b18b8420e5b0d115 /devel | |
parent | 30e1aa392928faf8db5b0b47e900b0d5f3a853c8 (diff) | |
download | pkgsrc-6b1669d424d9a1b40cf8a4a7f29b63b2313d0a96.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/Makefile | 4 |
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" |