mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= PEAR classes to create and decode MIME messages
|
COMMENT= PEAR classes to create and decode MIME messages
|
||||||
|
|
||||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
|
BUILD_DEPENDS= ${LOCALBASE}/bin/phpize:${PORTSDIR}/www/mod_php4 \
|
||||||
autoconf:${PORTSDIR}/devel/autoconf213 \
|
|
||||||
${LOCALBASE}/bin/phpize:${PORTSDIR}/www/mod_php4 \
|
|
||||||
${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
|
${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
|
||||||
RUN_DEPENDS= ${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>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
# Don't call autoconf directly, ./buildconf does this
|
# Don't call autoconf directly, ./buildconf does this
|
||||||
|
|
|
@ -16,12 +16,13 @@ DIST_SUBDIR= PEAR
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= PEAR classes to create and decode MIME messages
|
COMMENT= PEAR classes to create and decode MIME messages
|
||||||
|
|
||||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
|
BUILD_DEPENDS= ${LOCALBASE}/bin/phpize:${PORTSDIR}/www/mod_php4 \
|
||||||
autoconf:${PORTSDIR}/devel/autoconf213 \
|
|
||||||
${LOCALBASE}/bin/phpize:${PORTSDIR}/www/mod_php4 \
|
|
||||||
${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
|
${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
|
||||||
RUN_DEPENDS= ${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>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
# Don't call autoconf directly, ./buildconf does this
|
# Don't call autoconf directly, ./buildconf does this
|
||||||
|
|
Loading…
Add table
Reference in a new issue