mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
multiple: avoid RUN_DEPENDS=${BUILD_DEPENDS} anti-pattern
The ports infrastructure may insert additional content into the BUILD_DEPENDS variable which is not supposed to be a run depend. Approved by: portmgr (bapt)
This commit is contained in:
parent
011f192383
commit
6e2e6fe4b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359963
@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The large opening book for crafty
|
||||
|
||||
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
|
||||
|
||||
DIST_SUBDIR= crafty
|
||||
USES= zip
|
||||
|
@ -32,7 +32,7 @@ OPTIONS_DEFAULT= DOCS IDE
|
||||
OPTIONS_SUB= yes
|
||||
IDE_DESC= Include desktop environment (coqide)
|
||||
IDE_BUILD_DEPENDS= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
|
||||
IDE_RUN_DEPENDS= ${IDE_BUILD_DEPENDS
|
||||
IDE_RUN_DEPENDS:= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
|
||||
IDE_CONFIGURE_OFF= --coqide no
|
||||
DOCS_USE= TEX=latex:build,dvipsk:build
|
||||
DOCS_BUILD_DEPENDS= hevea:${PORTSDIR}/textproc/hevea \
|
||||
|
@ -14,7 +14,8 @@ COMMENT= Perl5 module providing an LDAP addressbook interface
|
||||
|
||||
BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
@ -49,7 +49,7 @@ UNISON_BUILD_DEPENDS= unison:${PORTSDIR}/net/unison
|
||||
UNISON_CONFIGURE_ENABLE= unison-compat
|
||||
WINSCP_CONFIGURE_ENABLE= winscp-compat
|
||||
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
post-patch:
|
||||
@${ECHO_MSG} "In addition to knobs available from the OPTIONS dialog,"
|
||||
|
@ -12,7 +12,8 @@ COMMENT= Produces summaries from the textual content of web pages
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
ja-p5-Jcode>=2.06:${PORTSDIR}/japanese/p5-Jcode
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
ja-p5-Jcode>=2.06:${PORTSDIR}/japanese/p5-Jcode
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
Loading…
Reference in New Issue
Block a user