aboutsummaryrefslogtreecommitdiff
path: root/net-im/gajim
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2020-04-24 22:54:49 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2020-04-24 22:54:49 +0000
commitb69290fb014c62862cb89d123bc2ff9489ce028a (patch)
tree6d89a3b3e48afb67b117216c370edbd8216a7a70 /net-im/gajim
parent43060c7b83c61e70c50622f611c84e0de5f86a65 (diff)
downloadports-b69290fb014c62862cb89d123bc2ff9489ce028a.tar.gz
ports-b69290fb014c62862cb89d123bc2ff9489ce028a.zip
Notes
Diffstat (limited to 'net-im/gajim')
-rw-r--r--net-im/gajim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile
index 4254f23de0e0..bdb7bd85be40 100644
--- a/net-im/gajim/Makefile
+++ b/net-im/gajim/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gajim
DISTVERSION= 1.1.3
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= https://gajim.org/downloads/1.1/
@@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0.2:www/py-cssutils@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR}
-USES= cpe dos2unix gnome python:3.5+ tar:bzip2 xorg
+USES= cpe dos2unix gettext gnome python:3.5+ tar:bzip2 xorg
USE_PYTHON= autoplist distutils noflavors
USE_GNOME= intltool pygobject3
USE_XORG= x11 xext xscrnsaver
@@ -30,7 +31,7 @@ NO_ARCH= yes
DOS2UNIX_FILES= gajim/plugins/plugins_i18n.py
INSTALLS_ICONS= yes
-OPTIONS_DEFINE= DBUS DOCS NLS SPELL OMEMO
+OPTIONS_DEFINE= DBUS DOCS SPELL OMEMO
OPTIONS_DEFAULT=DBUS SPELL OMEMO
SPELL_DESC= Spell checking support
@@ -45,7 +46,6 @@ OMEMO_DESC= OMEMO end-to-end encryption support
OMEMO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-axolotl>0:security/py-python-axolotl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR}
DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:devel/py-dbus@${PY_FLAVOR}
-NLS_USES= gettext
SPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell
.include <bsd.port.mk>