diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-09-12 17:06:09 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-09-12 17:06:09 +0000 |
commit | 0d919f7aed4f012b302e958bbb0d7afeaad4f865 (patch) | |
tree | 57f70c6b946da60d7d8e4f3b17441ab3285e2f98 /www/firefox-i18n | |
parent | fc70523ecf7a54c2d5acdafba320c1a3f41ec674 (diff) | |
download | ports-0d919f7aed4f012b302e958bbb0d7afeaad4f865.tar.gz ports-0d919f7aed4f012b302e958bbb0d7afeaad4f865.zip |
Notes
Diffstat (limited to 'www/firefox-i18n')
-rw-r--r-- | www/firefox-i18n/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index e12041b4d79b..001c6ab057bb 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -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 |