From 3fea9ad45c1dba6433d01fb5bc8c09c5cfcc3829 Mon Sep 17 00:00:00 2001 From: mandree Date: Sat, 13 Sep 2014 10:18:41 +0000 Subject: Replace BUILD_DEPENDS by USES=gecko:...,build. Tested on redports.org, and we have a RUN_DEPENDS on the respective GECKO application anyways. Still required to fix upgrade trouble if the gecko application needs a rebuild from source (ports) if a requisite .so file has gone away, for instance, after lang/gcc version upgrades. a RUN_DEPENDS anyhow. --- www/firefox-esr-i18n/Makefile | 5 +---- www/firefox-i18n/Makefile | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/firefox-esr-i18n/Makefile b/www/firefox-esr-i18n/Makefile index 133d521888e2..ca15de8ec66c 100644 --- a/www/firefox-esr-i18n/Makefile +++ b/www/firefox-esr-i18n/Makefile @@ -16,7 +16,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox +USES= zip:infozip gecko:firefox,build USE_XPI= firefox NO_ARCH= yes @@ -33,9 +33,6 @@ PLISTF?= ${WRKDIR}/plist_files .include "${.CURDIR}/Makefile.option" .include -# 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 diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index 001c6ab057bb..edf5dce6e49b 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -15,7 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,32 +USES= zip:infozip gecko:firefox,32,build USE_XPI= firefox linux-firefox NO_ARCH= yes @@ -32,9 +32,6 @@ PLISTF?= ${WRKDIR}/plist_files .include "${.CURDIR}/Makefile.option" .include -# 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 -- cgit