diff options
author | beat <beat@FreeBSD.org> | 2011-09-30 21:33:08 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-09-30 21:33:08 +0800 |
commit | 4f10ff5b74119937698794a13372e52bdbd38c8b (patch) | |
tree | 0325ea826425015c85d1c40dd77770359c40de67 /www/firefox-esr-i18n | |
parent | c72e92bada3919f3080d048cecccc6fc3f7964ea (diff) | |
download | freebsd-ports-gnome-4f10ff5b74119937698794a13372e52bdbd38c8b.tar.gz freebsd-ports-gnome-4f10ff5b74119937698794a13372e52bdbd38c8b.tar.zst freebsd-ports-gnome-4f10ff5b74119937698794a13372e52bdbd38c8b.zip |
- Update USE_XPI in the Mozilla -i18n ports as with the last update all
Mozilla Linux ports have been updated to the latest version.
- Bump PORTREVISION.
Noticed by: ale@
Diffstat (limited to 'www/firefox-esr-i18n')
-rw-r--r-- | www/firefox-esr-i18n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-esr-i18n/Makefile b/www/firefox-esr-i18n/Makefile index ef68a42edd45..7e8ad3551dc2 100644 --- a/www/firefox-esr-i18n/Makefile +++ b/www/firefox-esr-i18n/Makefile @@ -7,6 +7,7 @@ PORTNAME= firefox-i18n PORTVERSION= 7.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -19,7 +20,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip USE_FIREFOX= 70 -USE_XPI= firefox +USE_XPI= firefox linux-firefox USE_SUBMAKE= yes |