diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-01-01 11:20:41 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-01-01 11:20:41 +0000 |
commit | 31e69d54a9ff44f36711b7280c0c28adea0d7333 (patch) | |
tree | 709a293c89df50d1939454dbc80bef4bc246c3c4 /net-im/gajim | |
parent | 847e1a591b2e10292841a4fc99f0a30691e876e6 (diff) | |
download | ports-31e69d54a9ff44f36711b7280c0c28adea0d7333.tar.gz ports-31e69d54a9ff44f36711b7280c0c28adea0d7333.zip |
Notes
Diffstat (limited to 'net-im/gajim')
-rw-r--r-- | net-im/gajim/Makefile | 4 |
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 |