diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
commit | 35a3256787b35a3ac84c57a93e64ee49f066dfc8 (patch) | |
tree | fe8d6d1bb77f066ad3509b241e4a189b13ae62bc /mail/pecl-mailparse | |
parent | d13a3290d368e78f26cc9630804c1e953ee53388 (diff) | |
download | ports-35a3256787b35a3ac84c57a93e64ee49f066dfc8.tar.gz ports-35a3256787b35a3ac84c57a93e64ee49f066dfc8.zip |
Notes
Diffstat (limited to 'mail/pecl-mailparse')
-rw-r--r-- | mail/pecl-mailparse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index 02d21ea620fe..aca31da3ee94 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -17,10 +17,10 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR IS_INTERACTIVE= 'need to build php4 with mbstring support.' +USE_PHP= yes USE_PHPIZE= yes .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) |