Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2023 20:44:39 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: 7b1c375b1ba0 - 2023Q3 - graphics/xfig: migrate to USES=ghostscript:lib
Message-ID:  <202307062044.366KidJt013229@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=7b1c375b1ba074eb654e915a6c6df433652b187c

commit 7b1c375b1ba074eb654e915a6c6df433652b187c
Author:     Michael Osipov <michael.osipov@siemens.com>
AuthorDate: 2023-07-06 20:01:22 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-07-06 20:41:58 +0000

    graphics/xfig: migrate to USES=ghostscript:lib
    
    PR:             270989
    (cherry picked from commit 9f2a9b6796ee50611664614a5ced46757e61bdc2)
---
 graphics/xfig/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index cfc8c1891a0e..94ee1d053b1e 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -12,13 +12,13 @@ LICENSE_NAME=	xfig public license
 LICENSE_FILE=	${FILESDIR}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-LIB_DEPENDS=	libgs.so:print/ghostscript9-agpl-base \
-		libpng.so:graphics/png \
+LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
 		libXaw3d.so:x11-toolkits/Xaw3d
 RUN_DEPENDS=	fig2dev:print/fig2dev
 
-USES=		cpe desktop-file-utils gmake jpeg localbase:ldflags tar:xz xorg
+USES=		cpe desktop-file-utils gmake ghostscript:lib jpeg localbase:ldflags \
+		tar:xz xorg
 USE_CSTD=	gnu89
 USE_XORG=	ice sm x11 xaw xext xi xmu xpm xt
 CPE_VENDOR=	xfig_project



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307062044.366KidJt013229>