1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add BUILD_DEPENDS to make sure that the referenced thunderbird or

firefox port is rebuilt first, so that the -i18n ports can actually
build if the firefox/thunderbird port has become unusable through,
for instance, lang/gcc version upgrades that "lose" the libstdc++
from the recorded RPATH.
This commit is contained in:
Matthias Andree 2014-09-12 17:06:09 +00:00
parent fc70523ecf
commit 0d919f7aed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368047
3 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,9 @@ PLISTF?= ${WRKDIR}/plist_files
.include "${.CURDIR}/Makefile.option"
.include <bsd.port.pre.mk>
# make sure that thunderbird always gets upgraded before this port
BUILD_DEPENDS= thunderbird>=0:${PORTSDIR}/mail/thunderbird
.ifndef WITHOUT_SWITCHER
RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher
.endif

View File

@ -33,6 +33,9 @@ PLISTF?= ${WRKDIR}/plist_files
.include "${.CURDIR}/Makefile.option"
.include <bsd.port.pre.mk>
# make sure that firefox always gets upgraded before this port
BUILD_DEPENDS+= firefox-esr>=0:${PORTSDIR}/www/firefox-esr
.ifndef WITHOUT_SWITCHER
RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher
.endif

View File

@ -32,6 +32,9 @@ PLISTF?= ${WRKDIR}/plist_files
.include "${.CURDIR}/Makefile.option"
.include <bsd.port.pre.mk>
# make sure that firefox always gets upgraded before this port
BUILD_DEPENDS+= firefox>=0:${PORTSDIR}/www/firefox
.ifndef WITHOUT_SWITCHER
RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher
.endif