Date: Thu, 6 Jul 2023 20:07:12 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8ea04d0733a1 - main - graphics/inkscape: migrate to USES=ghostscript:run Message-ID: <202307062007.366K7CSs048043@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ea04d0733a1b2f6d3b2ffc10ebde2f63239444a commit 8ea04d0733a1b2f6d3b2ffc10ebde2f63239444a Author: Michael Osipov <michael.osipov@siemens.com> AuthorDate: 2023-07-06 20:05:12 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-07-06 20:06:38 +0000 graphics/inkscape: migrate to USES=ghostscript:run PR: 270989 --- graphics/inkscape/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 3303df96f005..1ebfe2c01309 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -52,11 +52,10 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}cachecontrol>0:www/py-cachecontrol@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ps2pdf:print/ghostscript9-agpl-base \ fig2dev:print/fig2dev -USES= compiler:c++17-lang cmake cpe desktop-file-utils gnome \ - iconv:wchar_t jpeg pathfix pkgconfig python \ +USES= compiler:c++17-lang cmake cpe desktop-file-utils ghostscript:run \ + gnome iconv:wchar_t jpeg pathfix pkgconfig python \ readline shebangfix tar:xz xorg USE_GNOME= gdkpixbuf2 gtkmm30 libxml2 libxslt USE_XORG= sm ice x11 xext
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307062007.366K7CSs048043>