diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-06 20:04:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-06 20:04:00 +0000 |
commit | d25ea0446c7fba7bd8ec2d560dd262ae92b64a2f (patch) | |
tree | 18f3ccfe4f5dcef19a428c25f8e637b25538cbd5 /lang/php56 | |
parent | b5529b7d3dc52598b80b3b0aaa4a6e690c1df107 (diff) |
Fix the opcache ports, the fact that they are zend extensions was ignored.
MFH: 2016Q3
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=418143
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index b2de323ab4d7..93c93c93fde8 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language LICENSE= PHP301 -USES= tar:bzip2 cpe +USES+= tar:bzip2 cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) |