diff options
author | flo <flo@FreeBSD.org> | 2011-06-27 17:53:31 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-06-27 17:53:31 +0800 |
commit | fca507223ab4a70f156a78899e3c0158108dce99 (patch) | |
tree | e6f62842eb1500e78ddbafe8c6056d0a5b23cbb5 /www/firefox-i18n | |
parent | 00c6464ece06ba892f92af4e7ade943cda6e7311 (diff) | |
download | freebsd-ports-gnome-fca507223ab4a70f156a78899e3c0158108dce99.tar.gz freebsd-ports-gnome-fca507223ab4a70f156a78899e3c0158108dce99.tar.zst freebsd-ports-gnome-fca507223ab4a70f156a78899e3c0158108dce99.zip |
add two languages i missed to Makefile.option, this prevents Asturian and
Breton languages to always be installed
Diffstat (limited to 'www/firefox-i18n')
-rw-r--r-- | www/firefox-i18n/Makefile.option | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/firefox-i18n/Makefile.option b/www/firefox-i18n/Makefile.option index 351b4969eb24..14fc8a6d43c0 100644 --- a/www/firefox-i18n/Makefile.option +++ b/www/firefox-i18n/Makefile.option @@ -9,10 +9,12 @@ OPTIONS= LANG_AF "Africaans" off \ LANG_SQ "Albanian" off \ LANG_AR "Arabic" on \ LANG_AM "Armenian" off \ + LANG_AST "Asturian" off \ LANG_EU "Basque" off \ LANG_BN "Bengali" on \ LANG_BB "Bengali (Bangladesh)" off \ LANG_BS "Bosnian" off \ + LANG_BR "Breton" off \ LANG_BG "Bulgarian" off \ LANG_BE "Byelorussian" off \ LANG_CA "Catalan" off \ |