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