mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9e2d4844cf
- Sync changes from gecko repository@r995 general - don't specify prefix for libevent when using pkg-config - ia64 and sparc64 use 8k pagesize by default - add visibility hack for clang 3.2 with libc++ - fix build using clang 3.2 (on FreeBSD 10-CURRENT) - rename a few more patches to ease tracking of bugzilla bugs www/seamonkey - unbreak unsetting LDAP and MAILNEWS options after bug 707305 - use compile time debugging WITH_DEBUG security/nss - unbreak install WITH_DEBUG - unbreak powerpc64 devel/nspr - use absolute paths when specifiying srcdir to make gdb(1) happy In collaboration with: andreast, zeising, Jan Beich <jbeich@tormail.org>
31 lines
1.1 KiB
Makefile
31 lines
1.1 KiB
Makefile
# New ports collection makefile.option for: firefox3-i18n
|
|
# Date created: 30 Nov 2008
|
|
# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
OPTIONS= LANG_CA "Catalan" off \
|
|
LANG_CS "Czech" off \
|
|
LANG_NL "Dutch" off \
|
|
LANG_DE "German" on \
|
|
LANG_GB "English GB" off \
|
|
LANG_US "English US" off \
|
|
LANG_FI "Finnish" off \
|
|
LANG_FR "French" on \
|
|
LANG_HU "Hungarian" on \
|
|
LANG_IT "Italian" on \
|
|
LANG_JA "Japanese" off \
|
|
LANG_JP "Japanese (ja-JP-mac)" off \
|
|
LANG_LT "Lithuanian" off \
|
|
LANG_NB "Norwegian" off \
|
|
LANG_PL "Polish" off \
|
|
LANG_PT "Portuguese" off \
|
|
LANG_RU "Russian" on \
|
|
LANG_ES "Spanish" on \
|
|
LANG_SA "Spanish (Argentina)" off \
|
|
LANG_SE "Swedish" off \
|
|
LANG_SK "Slovak" off \
|
|
LANG_TR "Turkish" off \
|
|
LANG_UA "Ukrainian" off
|