diff options
author | ale <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
commit | 64c967a3b7bc5eff3ae52eb167cf7cae1d817643 (patch) | |
tree | 5a5b7919d0c88fe51071c6e66890b4b3fd4e7bf7 /www/pecl-APC-devel | |
parent | b6a56540b211f28c52e6af62d7ac3d5a3e01a34c (diff) | |
download | FreeBSD-ports-64c967a3b7bc5eff3ae52eb167cf7cae1d817643.zip FreeBSD-ports-64c967a3b7bc5eff3ae52eb167cf7cae1d817643.tar.gz |
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-devel')
-rw-r--r-- | www/pecl-APC-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pecl-APC-devel/Makefile b/www/pecl-APC-devel/Makefile index 7396299..ebad428 100644 --- a/www/pecl-APC-devel/Makefile +++ b/www/pecl-APC-devel/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) |