summaryrefslogtreecommitdiffstats
path: root/mail/pecl-mailparse
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-12 00:47:06 +0000
committeredwin <edwin@FreeBSD.org>2003-04-12 00:47:06 +0000
commitf0cf4ca36279d3dae8825dc00e9905f5f9058775 (patch)
tree382470e6a6d2fc48fdaa62b363dfc50d5c499ac5 /mail/pecl-mailparse
parentbdcbf6f72313bf1fa053cd2fff03ff5860e02212 (diff)
downloadFreeBSD-ports-f0cf4ca36279d3dae8825dc00e9905f5f9058775.zip
FreeBSD-ports-f0cf4ca36279d3dae8825dc00e9905f5f9058775.tar.gz
explicit depends on autoconfig/automake -> USE_xxx variables
Noticed by: bento
Diffstat (limited to 'mail/pecl-mailparse')
-rw-r--r--mail/pecl-mailparse/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile
index d24eb93..d401f21 100644
--- a/mail/pecl-mailparse/Makefile
+++ b/mail/pecl-mailparse/Makefile
@@ -16,12 +16,13 @@ DIST_SUBDIR= PEAR
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR classes to create and decode MIME messages
-BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
- autoconf:${PORTSDIR}/devel/autoconf213 \
- ${LOCALBASE}/bin/phpize:${PORTSDIR}/www/mod_php4 \
+BUILD_DEPENDS= ${LOCALBASE}/bin/phpize:${PORTSDIR}/www/mod_php4 \
${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
+USE_AUTOMAKE= yes
+USE_AUTOCONF= yes
+
.include <bsd.port.pre.mk>
# Don't call autoconf directly, ./buildconf does this
OpenPOWER on IntegriCloud