diff options
author | wg <wg@FreeBSD.org> | 2015-10-06 01:40:23 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2015-10-06 01:40:23 +0800 |
commit | e28fcf61f3792162f729ae0fe11a97dbb5225151 (patch) | |
tree | e6d2761d752e43ed0374e34693be8f37031e0c0a /www | |
parent | 58be4f897d2245a7ef7952555e870743b9315bbd (diff) | |
download | freebsd-ports-gnome-e28fcf61f3792162f729ae0fe11a97dbb5225151.tar.gz freebsd-ports-gnome-e28fcf61f3792162f729ae0fe11a97dbb5225151.tar.zst freebsd-ports-gnome-e28fcf61f3792162f729ae0fe11a97dbb5225151.zip |
www/zend-framework: fix build
Reported by: lme (via email)
Diffstat (limited to 'www')
-rw-r--r-- | www/zend-framework/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile index 07e80b8b5bcb..1134b4f5e5f2 100644 --- a/www/zend-framework/Makefile +++ b/www/zend-framework/Makefile @@ -3,6 +3,7 @@ PORTNAME= ZendFramework PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://packages.zendframework.com/releases/${DISTNAME}/ @@ -39,8 +40,8 @@ PORTDOCS= CHANGELOG.md INSTALL.md README-GIT.md CONTRIBUTING.md README.md # Add all of the required and/or optional PHP extension dependencies, # if chosen by the user. .if ${PORT_OPTIONS:MREQPHP} -USE_PHP+= apc ctype curl dom gd hash iconv mbstring ldap mcrypt \ - pcre pdo session simplexml soap wddx xml zlib +USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt \ + opcache pcre pdo session simplexml soap wddx xml zlib .if ${PHP_VER} == 52 USE_PHP+= sqlite .else |