diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-10-03 19:34:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-10-03 19:34:30 +0000 |
commit | 4274c6514aa62cbdb4c04301a8e05c8e4f88f6ff (patch) | |
tree | 4c329f63e8eca03191fbee441c6e7c0ab1067b66 /www/php55-opcache | |
parent | c69014f4b60d9bafe8c20717df1f3d01e3e66518 (diff) |
Notes
Diffstat (limited to 'www/php55-opcache')
-rw-r--r-- | www/php55-opcache/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/php55-opcache/Makefile b/www/php55-opcache/Makefile index 1d8ecb39f9fe..7673c784743d 100644 --- a/www/php55-opcache/Makefile +++ b/www/php55-opcache/Makefile @@ -6,6 +6,8 @@ CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -opcache + USE_ZENDEXT= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |