From 48e08c617800458f5c84226a35ab76a17635b74b Mon Sep 17 00:00:00 2001 From: js Date: Thu, 10 Sep 2020 21:57:27 +0000 Subject: [PATCH] chat/matrix-synapse: Add missing dependency for url_preview --- chat/matrix-synapse/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chat/matrix-synapse/Makefile b/chat/matrix-synapse/Makefile index 2fa71e295faf..488e36cc56d2 100644 --- a/chat/matrix-synapse/Makefile +++ b/chat/matrix-synapse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2020/09/04 21:18:36 js Exp $ +# $NetBSD: Makefile,v 1.4 2020/09/10 21:57:27 js Exp $ DISTNAME= matrix-synapse-1.19.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/} EGG_NAME= matrix_synapse-${PKGVERSION_NOREV} @@ -43,6 +43,7 @@ DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.9:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-bleach>=1.4.3:../../www/py-bleach DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.7:../../databases/py-psycopg2 +DEPENDS+= ${PYPKGPREFIX}-lxml>=3.5.0:../../textproc/py-lxml USE_LANGUAGES= # none USE_TOOLS+= perl:run