diff options
author | ale <ale@FreeBSD.org> | 2008-07-11 18:59:17 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-07-11 18:59:17 +0800 |
commit | 4d9343b48f1b09335195e149b53a1e74317e5878 (patch) | |
tree | f72c7833eb62fff6a15d4b57665666cbe0641613 /www/zend-framework | |
parent | 64471531f400a85966f7fd935dbc486a4875db67 (diff) | |
download | freebsd-ports-gnome-4d9343b48f1b09335195e149b53a1e74317e5878.tar.gz freebsd-ports-gnome-4d9343b48f1b09335195e149b53a1e74317e5878.tar.zst freebsd-ports-gnome-4d9343b48f1b09335195e149b53a1e74317e5878.zip |
Depends on pecl-APC in the standard way.
Diffstat (limited to 'www/zend-framework')
-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 5364743aba4b..0c0ac61e97b4 100644 --- a/www/zend-framework/Makefile +++ b/www/zend-framework/Makefile @@ -39,9 +39,8 @@ IGNORE_WITH_PHP=4 # a table of what PHP extensions are required for what ZF classes. .if defined(WITH_REQPHP) -USE_PHP+= ctype curl dom gd hash iconv mbstring \ +USE_PHP+= apc ctype curl dom gd hash iconv mbstring \ memcache pdo session simplexml soap xml zlib -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC .endif .if defined(WITH_OPTPHP) USE_PHP+= bcmath bitset json posix |