diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2021-03-11 16:17:43 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2021-03-11 16:17:43 +0000 |
commit | 6e589aa141f8ec67c26ff8d043af5b142fd43459 (patch) | |
tree | 8aac1d9fd7835534eff88f16c555ed714f01fa8b /net-im/gajim/Makefile | |
parent | 61b0b6a50db5dd46dc36a5b1e27e084ec18c4973 (diff) | |
download | ports-6e589aa141f8ec67c26ff8d043af5b142fd43459.tar.gz ports-6e589aa141f8ec67c26ff8d043af5b142fd43459.zip |
net-im/gajim: add missing dependency upon libsoup
and bump PORTREVISION
PR: 254217
Submitted by: p5B2E9A8F@t-online.de
Notes
Notes:
svn path=/head/; revision=568102
Diffstat (limited to 'net-im/gajim/Makefile')
-rw-r--r-- | net-im/gajim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index 7ba303a4e66a..14ee55208bba 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -3,6 +3,7 @@ PORTNAME= gajim DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/ @@ -21,6 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/py-css-parser@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup USES= cpe dos2unix gettext gnome python:3.7+ xorg USE_PYTHON= autoplist distutils noflavors |