diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2018-04-12 21:54:47 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2018-04-12 21:54:47 +0800 |
commit | 2d3c2dd5815abb772250bca68a1fac0c531e4032 (patch) | |
tree | f81f2d8ed4582a3319a36a5dea730005bbd35264 /net-im | |
parent | 40a3d881460550d1543f87c2c6ad992fbcd0cdbc (diff) | |
download | freebsd-ports-gnome-2d3c2dd5815abb772250bca68a1fac0c531e4032.tar.gz freebsd-ports-gnome-2d3c2dd5815abb772250bca68a1fac0c531e4032.tar.zst freebsd-ports-gnome-2d3c2dd5815abb772250bca68a1fac0c531e4032.zip |
net-im/gajim: remove NLS from default options; it is enabled by default implicitly
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gajim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index 96848a7fb067..74b49968c097 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -28,7 +28,7 @@ DOS2UNIX_FILES= gajim/plugins/plugins_i18n.py INSTALLS_ICONS= yes OPTIONS_DEFINE= CRYPTO DBUS DOCS NLS SPELL -OPTIONS_DEFAULT=DBUS NLS SPELL +OPTIONS_DEFAULT=DBUS SPELL CRYPTO_DESC= End to end encryption support SPELL_DESC= Spell checking support |