git: fb165dd5c382 - main - sysutils/process-viewer: Add gtk40 to USE_GNOME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Jan 2023 10:20:53 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fb165dd5c3822f899629fad3b77edd23232d5fce
commit fb165dd5c3822f899629fad3b77edd23232d5fce
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-05 08:07:06 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-05 10:20:49 +0000
sysutils/process-viewer: Add gtk40 to USE_GNOME
Reported by: jbeich@
---
sysutils/process-viewer/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile
index d99daf276738..b4dd88911aac 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 glib20 gtk40 pango
USE_GITHUB= yes
GH_ACCOUNT= guillaumegomez