Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jan 2023 07:53:53 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Yuri Victorovich <yuri@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 51b1b2399142 - main - sysutils/process-viewer: New port: Process viewer GUI in Rust
Message-ID:  <a62x-a2v2-wny@FreeBSD.org>
In-Reply-To: <202301050559.3055xNIE003472@gitrepo.freebsd.org> (Yuri Victorovich's message of "Thu, 5 Jan 2023 05:59:23 GMT")
References:  <202301050559.3055xNIE003472@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Yuri Victorovich <yuri@FreeBSD.org> writes:

> +LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene \
> +		libgtk-4.so:x11-toolkits/gtk40
> +
> +USES=		cargo gnome
> +USE_GNOME=	cairo gdkpixbuf2 glib20 pango

- x11-toolkits/gtk40 can be requested via USE_GNOME
- USE_GNOME=pango already implies USE_GNOME=glib20
- USE_GNOME=gtk40 already implies USE_GNOME=pango

diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile
index d99daf276738..332fc648e25d 100644
--- a/sysutils/process-viewer/Makefile
+++ b/sysutils/process-viewer/Makefile
@@ -9,11 +9,10 @@ WWW=		https://github.com/guillaumegomez/process-viewer
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene \
-		libgtk-4.so:x11-toolkits/gtk40
+LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene
 
 USES=		cargo gnome
-USE_GNOME=	cairo gdkpixbuf2 glib20 pango
+USE_GNOME=	cairo gdkpixbuf2 gtk40
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	guillaumegomez



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