svn commit: r398658 - head/www/zend-framework

William Grzybowski wg at FreeBSD.org
Mon Oct 5 17:40:24 UTC 2015


Author: wg
Date: Mon Oct  5 17:40:23 2015
New Revision: 398658
URL: https://svnweb.freebsd.org/changeset/ports/398658

Log:
  www/zend-framework: fix build
  
  Reported by:	lme (via email)

Modified:
  head/www/zend-framework/Makefile

Modified: head/www/zend-framework/Makefile
==============================================================================
--- head/www/zend-framework/Makefile	Mon Oct  5 17:16:57 2015	(r398657)
+++ head/www/zend-framework/Makefile	Mon Oct  5 17:40:23 2015	(r398658)
@@ -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
 # 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


More information about the svn-ports-all mailing list