aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gajim
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-01-01 19:20:41 +0800
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-01-01 19:20:41 +0800
commit31e69d54a9ff44f36711b7280c0c28adea0d7333 (patch)
tree709a293c89df50d1939454dbc80bef4bc246c3c4 /net-im/gajim
parent847e1a591b2e10292841a4fc99f0a30691e876e6 (diff)
downloadfreebsd-ports-gnome-31e69d54a9ff44f36711b7280c0c28adea0d7333.tar.gz
freebsd-ports-gnome-31e69d54a9ff44f36711b7280c0c28adea0d7333.tar.zst
freebsd-ports-gnome-31e69d54a9ff44f36711b7280c0c28adea0d7333.zip
net-im/gajim: drop KEYRING option
Drop KEYRING option - it is depends on no more existing gnome component. Not bumping PORTREVISION because it wasn't default option.
Diffstat (limited to 'net-im/gajim')
-rw-r--r--net-im/gajim/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile
index 16f7c44ad48a..d9bc96093a36 100644
--- a/net-im/gajim/Makefile
+++ b/net-im/gajim/Makefile
@@ -28,20 +28,18 @@ INSTALLS_ICONS= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
-OPTIONS_DEFINE= AVAHI CRYPTO DBUS DOCS GUPNP KEYRING NLS SPELL
+OPTIONS_DEFINE= AVAHI CRYPTO DBUS DOCS GUPNP NLS SPELL
OPTIONS_DEFAULT=DBUS NLS SPELL
OPTIONS_SUB= yes
CRYPTO_DESC= End to end encryption support
GUPNP_DESC= UPnP IGD protocol support
-KEYRING_DESC= Gnome Keyring support
SPELL_DESC= Spell checking support
AVAHI_RUN_DEPENDS= avahi-discover:${PORTSDIR}/net/py-avahi
CRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:${PORTSDIR}/devel/py-dbus
GUPNP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gupnp/__init__.py:${PORTSDIR}/net/gupnp-igd
-KEYRING_USE= GNOME=pygnomedesktop
NLS_USES= gettext
SPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell