Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2023 20:44:42 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: ab0dbeaf0a65 - 2023Q3 - graphics/inkscape: migrate to USES=ghostscript:run
Message-ID:  <202307062044.366Kigej013267@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab0dbeaf0a655a391d897918b102c4a6644978a0

commit ab0dbeaf0a655a391d897918b102c4a6644978a0
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:44:07 +0000

    graphics/inkscape: migrate to USES=ghostscript:run
    
    PR:             270989
    (cherry picked from commit 8ea04d0733a1b2f6d3b2ffc10ebde2f63239444a)
---
 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?202307062044.366Kigej013267>