diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-08-18 10:01:12 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-08-18 10:01:12 +0000 |
commit | 86053a64c41d4f4b8352f765643854814dd54b71 (patch) | |
tree | 1407133936bd33b3ca94da046dba26dcc0d6b2e1 /www | |
parent | c7a923557ad924cb661e2a8e3c05ac0c8cee7cdf (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox36-i18n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox36-i18n/Makefile b/www/firefox36-i18n/Makefile index 12dbb7a75a8a..6c5df0f3191e 100644 --- a/www/firefox36-i18n/Makefile +++ b/www/firefox36-i18n/Makefile @@ -7,6 +7,7 @@ PORTNAME= firefox36-i18n PORTVERSION= 3.6.20 +PORTREVISION= 1 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -17,7 +18,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Firefox 3.6 USE_FIREFOX= 36 -USE_XPI= *firefox3 +USE_XPI= firefox3 linux-firefox USE_SUBMAKE= yes |