aboutsummaryrefslogtreecommitdiff
path: root/x11/cinnamon-session
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 14:08:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 14:08:44 +0000
commit4155a241bba1afb348101a00841178622e499fbd (patch)
tree64262f38eea5956bb9bab8f07d970a4d7a414c29 /x11/cinnamon-session
parent00f1472c6af6516e19438c32226a49525860bda2 (diff)
downloadports-4155a241bba1afb348101a00841178622e499fbd.tar.gz
ports-4155a241bba1afb348101a00841178622e499fbd.zip
x11/cinnamon-session: remove gconf option
Diffstat (limited to 'x11/cinnamon-session')
-rw-r--r--x11/cinnamon-session/Makefile9
1 files 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>