diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-12 00:47:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-12 00:47:06 +0000 |
commit | 065d614263e752e90257cf7b844b3b9ac655106c (patch) | |
tree | 6e527da422923aa90682a68146aedb8484be63ac /mail | |
parent | PATCH_FILES -> EXTRA_PATCHES (diff) |
explicit depends on autoconfig/automake -> USE_xxx variables
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=78781
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-mailparse/Makefile | 7 | ||||
-rw-r--r-- | mail/pecl-mailparse/Makefile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/mail/pear-mailparse/Makefile b/mail/pear-mailparse/Makefile index d24eb9307fd1..d401f211d2f1 100644 --- a/mail/pear-mailparse/Makefile +++ b/mail/pear-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 diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index d24eb9307fd1..d401f211d2f1 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 |