aboutsummaryrefslogtreecommitdiffstats
path: root/www/pecl-APC
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-02-09 19:43:38 +0800
committerale <ale@FreeBSD.org>2004-02-09 19:43:38 +0800
commit64c967a3b7bc5eff3ae52eb167cf7cae1d817643 (patch)
tree5a5b7919d0c88fe51071c6e66890b4b3fd4e7bf7 /www/pecl-APC
parentb6a56540b211f28c52e6af62d7ac3d5a3e01a34c (diff)
downloadfreebsd-ports-gnome-64c967a3b7bc5eff3ae52eb167cf7cae1d817643.tar.gz
freebsd-ports-gnome-64c967a3b7bc5eff3ae52eb167cf7cae1d817643.tar.zst
freebsd-ports-gnome-64c967a3b7bc5eff3ae52eb167cf7cae1d817643.zip
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly)
Diffstat (limited to 'www/pecl-APC')
-rw-r--r--www/pecl-APC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile
index 7396299260d7..ebad4289b675 100644
--- a/www/pecl-APC/Makefile
+++ b/www/pecl-APC/Makefile
@@ -15,12 +15,12 @@ COMMENT= Alternative PHP Cache
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
+USE_PHP= yes
USE_PHPIZE= yes
CONFIGURE_ARGS= --enable-apc
.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/lang/php4/bsd.php.mk"
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.if exists(${LOCALBASE}/bin/php-config)