svn commit: r564238 - head/textproc/ibus

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 6 19:10:40 UTC 2021


Author: bapt
Date: Sat Feb  6 19:10:39 2021
New Revision: 564238
URL: https://svnweb.freebsd.org/changeset/ports/564238

Log:
  Drop false dependency on gconf2 when dconf option is set

Modified:
  head/textproc/ibus/Makefile

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Sat Feb  6 18:54:09 2021	(r564237)
+++ head/textproc/ibus/Makefile	Sat Feb  6 19:10:39 2021	(r564238)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ibus
 PORTVERSION=	1.5.23
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 
 MAINTAINER=	henry.hu.sh at gmail.com
@@ -85,7 +85,7 @@ GCONF_USE=		GNOME=gconf2
 GCONF_CONFIGURE_ENABLE=	gconf
 GCONF_VARS=		GCONF_SCHEMAS=ibus.schemas
 
-DCONF_USE=		GNOME=dconf,gconf2
+DCONF_USE=		GNOME=dconf
 DCONF_CONFIGURE_ENABLE=	dconf
 DCONF_VARS=		GLIB_SCHEMAS=org.freedesktop.ibus.gschema.xml
 


More information about the svn-ports-all mailing list