Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 17:40:23 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398658 - head/www/zend-framework
Message-ID:  <201510051740.t95HeNst025028@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510051740.t95HeNst025028>