diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-06 20:06:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-06 20:06:21 +0000 |
commit | 9bfdfe607e3389a5a2e47dd66fa86999b91b2c93 (patch) | |
tree | 85d9b722855a5af6a5801f6ac10a6d2a7a31436c /lang/php70 | |
parent | 3be9126a052fe1df9b18e68788ccc77f7fc94286 (diff) | |
download | ports-9bfdfe607e3389a5a2e47dd66fa86999b91b2c93.tar.gz ports-9bfdfe607e3389a5a2e47dd66fa86999b91b2c93.zip |
MFH: r418143
Fix the opcache ports, the fact that they are zend extensions was ignored.
Sponsored by: Absolight
Notes
Notes:
svn path=/branches/2016Q3/; revision=418144
Diffstat (limited to 'lang/php70')
-rw-r--r-- | lang/php70/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index 6434fb423259..dd224ba30a11 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -15,7 +15,7 @@ LICENSE= PHP301 BROKEN_powerpc64= Does not build -USES= tar:bzip2 cpe +USES+= tar:bzip2 cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) |