git: 4155a241bba1 - main - x11/cinnamon-session: remove gconf option

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Wed, 08 Jun 2022 14:13:48 UTC
The branch main has been updated by bapt:

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

commit 4155a241bba1afb348101a00841178622e499fbd
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-08 14:08:44 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-08 14:08:44 +0000

    x11/cinnamon-session: remove gconf option
---
 x11/cinnamon-session/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11/cinnamon-session/Makefile b/x11/cinnamon-session/Makefile
index 5663f6c668ec..53738112b396 100644
--- a/x11/cinnamon-session/Makefile
+++ b/x11/cinnamon-session/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	cinnamon-session
 PORTVERSION=	4.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 gnome
 DIST_SUBDIR=	gnome
 
@@ -22,6 +22,8 @@ USES=		gl gnome meson pkgconfig python:3.5+,build shebangfix xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
 
+CONFIGURE_ARGS=	-Dgconf=false
+
 SHEBANG_FILES=	data/meson_install_schemas.py
 
 USE_GNOME=	cairo gdkpixbuf2 gtk30
@@ -30,15 +32,12 @@ USE_GL=		gl
 
 GLIB_SCHEMAS=	org.cinnamon.SessionManager.gschema.xml
 
-OPTIONS_DEFINE=	DOCS GCONF IPV6
+OPTIONS_DEFINE=	DOCS IPV6
 OPTIONS_DEFAULT=	IPV6
 
 DOCS_BUILD_DEPENDS=	xmlto:textproc/xmlto
 DOCS_MESON_TRUE=	docbook
 
-GCONF_USE=		gnome=gconf2
-GCONF_MESON_TRUE=	gconf
-
 IPV6_MESON_TRUE=	ipv6
 
 .include <bsd.port.mk>