Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2023 10:44:38 GMT
From:      Felix Palmen <zirias@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db6339cd9e70 - main - x11-wm/fvwm3: Fix librsvg2 dependency
Message-ID:  <202307281044.36SAiccG028503@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias:

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

commit db6339cd9e70c842e887ca84f6c7bc84fa2e9d0f
Author:     Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2023-07-28 10:33:45 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2023-07-28 10:43:44 +0000

    x11-wm/fvwm3: Fix librsvg2 dependency
    
    For the SVG option, use USES=gnome to add the dependency to librsvg2,
    enabling users to use the non-rust version setting DEFAULT_VERSIONS.
---
 x11-wm/fvwm3/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-wm/fvwm3/Makefile b/x11-wm/fvwm3/Makefile
index c070e8450f59..34a1922f6977 100644
--- a/x11-wm/fvwm3/Makefile
+++ b/x11-wm/fvwm3/Makefile
@@ -59,9 +59,8 @@ PERL_CONFIGURE_ENABLE=	perllib
 PNG_LIB_DEPENDS=	libpng.so:graphics/png
 PNG_CONFIGURE_ENABLE=	png
 
-SVG_LIB_DEPENDS=	librsvg-2.so:graphics/librsvg2-rust
 SVG_USES=		gnome
-SVG_USE=		gnome=cairo,glib20,gdkpixbuf2
+SVG_USE=		gnome=cairo,glib20,gdkpixbuf2,librsvg2
 SVG_CONFIGURE_ENABLE=	rsvg
 
 XCURSOR_USE=			xorg=xcursor



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