Date: Fri, 5 Aug 2022 13:40:35 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 06f9a15eadca - main - graphics/inkscape: add missing dependency on www/py-cssselect Message-ID: <202208051340.275DeZnH093054@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=06f9a15eadca689007e8464667719e03928c7e89 commit 06f9a15eadca689007e8464667719e03928c7e89 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-08-05 13:38:55 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-08-05 13:40:28 +0000 graphics/inkscape: add missing dependency on www/py-cssselect PR: 265643 --- graphics/inkscape/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 4bf9e1b49816..ab0e1e59a886 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,5 +1,6 @@ PORTNAME= inkscape DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ @@ -39,6 +40,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scour>0:textproc/py-scour@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ ps2pdf:print/ghostscript9-agpl-base \ fig2dev:print/fig2dev
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208051340.275DeZnH093054>