diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-12 08:47:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-12 08:47:06 +0800 |
commit | f0cf4ca36279d3dae8825dc00e9905f5f9058775 (patch) | |
tree | 382470e6a6d2fc48fdaa62b363dfc50d5c499ac5 | |
parent | bdcbf6f72313bf1fa053cd2fff03ff5860e02212 (diff) | |
download | freebsd-ports-gnome-f0cf4ca36279d3dae8825dc00e9905f5f9058775.tar.gz freebsd-ports-gnome-f0cf4ca36279d3dae8825dc00e9905f5f9058775.tar.zst freebsd-ports-gnome-f0cf4ca36279d3dae8825dc00e9905f5f9058775.zip |
explicit depends on autoconfig/automake -> USE_xxx variables
Noticed by: bento
-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 |