diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2021-03-11 14:55:28 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2021-03-11 14:55:28 +0000 |
commit | 61944ba904e8c671bbb69987d89fc0a34e3081a8 (patch) | |
tree | 396317b62b2c468f3b423a010bad8b5d84aaf49e | |
parent | security/vuxml: Fix www/gitea entry. (diff) |
net-im/gajim: remove duplicate dependencies
They were a last minute addition despite they already were presented in
Makefile. Not bumping PORTREVISION, because actual dependencies list is not
changed.
Notes
Notes:
svn path=/head/; revision=568096
-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 082c1d08dd8a..7ba303a4e66a 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -20,9 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/py-css-parser@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}openssl>=0.12:security/py-openssl@${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} \ - ${PYTHON_PKGNAMEPREFIX}css-parser>=0:www/py-css-parser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} USES= cpe dos2unix gettext gnome python:3.7+ xorg USE_PYTHON= autoplist distutils noflavors |