Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2023 14:44:17 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cc9a30d2dcd3 - main - gtk2: remove false dependency on gtk2
Message-ID:  <202301301444.30UEiHkw017791@gitrepo.freebsd.org>

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

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

commit cc9a30d2dcd3414868c937b3e6f5199ff6e7b567
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-01-30 14:36:13 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-01-30 14:43:40 +0000

    gtk2: remove false dependency on gtk2
---
 x11/appmenu-registrar/Makefile   | 3 ++-
 x11/mate-applet-appmenu/Makefile | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11/appmenu-registrar/Makefile b/x11/appmenu-registrar/Makefile
index da7bd0f128d5..29c96ea50c2a 100644
--- a/x11/appmenu-registrar/Makefile
+++ b/x11/appmenu-registrar/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	appmenu-registrar
 DISTVERSION=	0.7.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
@@ -24,7 +25,7 @@ MESON_ARGS=	-Dvalapanel=disabled \
 		-Dregistrar=enabled \
 		-Dappmenu-gtk-module=disabled
 
-USE_GNOME=	gtk30 glib20 gtk20 gdkpixbuf2
+USE_GNOME=	gtk30 glib20 gdkpixbuf2
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	vala-panel-project
diff --git a/x11/mate-applet-appmenu/Makefile b/x11/mate-applet-appmenu/Makefile
index 7484c501fb85..9492eceb43dd 100644
--- a/x11/mate-applet-appmenu/Makefile
+++ b/x11/mate-applet-appmenu/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mate-applet-appmenu
 DISTVERSION=	0.7.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
@@ -27,7 +28,7 @@ MESON_ARGS=	-Dvalapanel=disabled \
 		-Dappmenu-gtk-module=disabled
 
 USE_MATE=	panel
-USE_GNOME=	gtk30 glib20 gtk20 gdkpixbuf2
+USE_GNOME=	gtk30 glib20 gdkpixbuf2
 GLIB_SCHEMAS=	org.valapanel.appmenu.gschema.xml
 
 USE_GITLAB=	yes



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