explicit depends on autoconfig/automake -> USE_xxx variables
Noticed by: bento
This commit is contained in:
parent
ac74bdf9b5
commit
065d614263
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78781
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue