diff options
author | rm <rm@FreeBSD.org> | 2018-04-12 21:54:47 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2018-04-12 21:54:47 +0800 |
commit | bcf1a6f092958dede6eabf6cd8f84276fd5f1a3d (patch) | |
tree | f81f2d8ed4582a3319a36a5dea730005bbd35264 /net-im | |
parent | 9f0fb7fa2ab57af60715da96a01fcf73271dab11 (diff) | |
download | freebsd-ports-gnome-bcf1a6f092958dede6eabf6cd8f84276fd5f1a3d.tar.gz freebsd-ports-gnome-bcf1a6f092958dede6eabf6cd8f84276fd5f1a3d.tar.zst freebsd-ports-gnome-bcf1a6f092958dede6eabf6cd8f84276fd5f1a3d.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 |