summaryrefslogtreecommitdiff
path: root/Mk/Uses/php.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-08-15 15:28:03 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-08-15 15:28:03 +0000
commit2d4f2b9c75a9f132ba4f5982b38b84cdeb95d498 (patch)
tree701a42bdbebadbc254a470f886c4ea0ca6d78f3e /Mk/Uses/php.mk
parent- Update maintainer's email [1] (diff)
Remove www/pecl-APC, it doesn't work with PHP 5.5+.
PR: 211344 Submitted by: rene Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=420242
Diffstat (limited to 'Mk/Uses/php.mk')
-rw-r--r--Mk/Uses/php.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/Uses/php.mk b/Mk/Uses/php.mk
index 372bff44135e..cb038ad80797 100644
--- a/Mk/Uses/php.mk
+++ b/Mk/Uses/php.mk
@@ -288,7 +288,7 @@ add-plist-phpext:
# Extensions
. if defined(USE_PHP) && ${USE_PHP:tl} != "yes"
# non-version specific components
-_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \
+_USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
exif fileinfo filter ftp gd gettext gmp \
hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
memcache mysqli odbc opcache \
@@ -302,7 +302,6 @@ _USE_PHP_VER55= ${_USE_PHP_ALL} mssql mysql sybase_ct
_USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct
_USE_PHP_VER70= ${_USE_PHP_ALL}
-apc_DEPENDS= www/pecl-APC
bcmath_DEPENDS= math/php${PHP_VER}-bcmath
. if ${PHP_VER} == 70
bitset_DEPENDS= math/pecl-bitset