diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-20 04:26:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-20 04:26:02 +0800 |
commit | 0b3c6f40e00e81cefdb6da60b79611eaa9b07a98 (patch) | |
tree | 4f11c78ad9ebe8133ba3ccd78a004140c2a59cb8 | |
parent | 8710c3cde8be6663a179cc479314a9293c593bdd (diff) | |
download | freebsd-ports-gnome-0b3c6f40e00e81cefdb6da60b79611eaa9b07a98.tar.gz freebsd-ports-gnome-0b3c6f40e00e81cefdb6da60b79611eaa9b07a98.tar.zst freebsd-ports-gnome-0b3c6f40e00e81cefdb6da60b79611eaa9b07a98.zip |
Use USE_PHP=memcached instead of hard-coded databases/pecl-memcached
Approved by: portmgr (blanket)
-rw-r--r-- | www/zend-framework/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile index f7d5da84a8cf..e6391b2641d5 100644 --- a/www/zend-framework/Makefile +++ b/www/zend-framework/Makefile @@ -52,8 +52,7 @@ USE_PHP+= bcmath bitset json posix .endif .if ${PORT_OPTIONS:MMEMCACHE} -USE_PHP+= memcache -RUN_DEPENDS+= pecl-memcached>=0:databases/pecl-memcached +USE_PHP+= memcache memcached .endif .if ${PORT_OPTIONS:MMYSQL} |