aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-19 20:26:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-19 20:26:07 +0000
commitfb1d2a19bd47884c2aedb55e864a88f8128ac632 (patch)
tree2c879ee798ef371604363c88913c72c2da6157c4
parent4866f91cc38be05d38505ba803c7c68444b2a248 (diff)
downloadports-fb1d2a19bd47884c2aedb55e864a88f8128ac632.tar.gz
ports-fb1d2a19bd47884c2aedb55e864a88f8128ac632.zip
Use USE_PHP=memcached instead of hard-coded databases/pecl-memcached
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=434416
-rw-r--r--www/zend-framework1/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/zend-framework1/Makefile b/www/zend-framework1/Makefile
index cdf6e3bed86b..0a42d07752af 100644
--- a/www/zend-framework1/Makefile
+++ b/www/zend-framework1/Makefile
@@ -55,10 +55,8 @@ INSTALL_DIRS= library extras/library externals/dojo/dijit \
.if ${PORT_OPTIONS:MREQPHP}
USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt memcache \
- opcache pcre pdo session simplexml soap sqlite3 \
+ memcached opcache pcre pdo session simplexml soap sqlite3 \
wddx xml zlib
-
-RUN_DEPENDS+= pecl-memcached>=0:databases/pecl-memcached
.endif
.if ${PORT_OPTIONS:MOPTPHP}
USE_PHP+= bcmath bitset json posix