aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-i18n/Makefile
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2014-09-25 11:08:06 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2014-09-25 11:08:06 +0000
commit1b3bcb097d2377fc338ab4405efdb4e89934bd65 (patch)
tree15beb33a726d7771344d21f67a35c20db06c34a3 /www/firefox-i18n/Makefile
parent2c24dc6b57d2dec99573b9bcef3e4592f16943d8 (diff)
downloadports-1b3bcb097d2377fc338ab4405efdb4e89934bd65.tar.gz
ports-1b3bcb097d2377fc338ab4405efdb4e89934bd65.zip
Notes
Diffstat (limited to 'www/firefox-i18n/Makefile')
-rw-r--r--www/firefox-i18n/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile
index edf5dce6e49b..3a38976ee766 100644
--- a/www/firefox-i18n/Makefile
+++ b/www/firefox-i18n/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= firefox-i18n
-PORTVERSION= 32.0
-PORTREVISION= 1
+PORTVERSION= 32.0.2
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi
PKGNAMEPREFIX=
@@ -15,7 +14,7 @@ COMMENT= Localized interface for Firefox
EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip
-USES= zip:infozip gecko:firefox,32,build
+USES= zip:infozip gecko:firefox,32
USE_XPI= firefox linux-firefox
NO_ARCH= yes
@@ -32,6 +31,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