From bd20f68ed53beff6a9016b9753a56d899b03293b Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Fri, 11 Jul 2008 10:57:15 +0000 Subject: Add pecl-APC module support. PR: ports/121240 Submitted by: Greg Larkin --- Mk/bsd.php.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mk/bsd.php.mk') diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 2296f57e63c9..f828add50696 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -234,7 +234,7 @@ php-ini: # Extensions .if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes" # non-version specific components -_USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dbase \ +_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dbase \ exif fileinfo fribidi ftp gd gettext gmp \ hash iconv imap interbase json ldap mbstring mcrypt \ memcache mhash mssql mysql ncurses odbc \ @@ -249,6 +249,7 @@ _USE_PHP_VER5= ${_USE_PHP_ALL} dom filter ming mysqli oci8 pdo \ pdo_mysql pdo_sqlite \ simplexml soap spl sqlite tidy xmlreader xmlwriter xsl +apc_DEPENDS= www/pecl-APC bcmath_DEPENDS= math/php${PHP_VER}-bcmath bitset_DEPENDS= math/pecl-bitset bz2_DEPENDS= archivers/php${PHP_VER}-bz2 -- cgit v1.2.3