Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 08:20:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564204 - head/x11/guake
Message-ID:  <202102060820.1168KgJj057634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Feb  6 08:20:42 2021
New Revision: 564204
URL: https://svnweb.freebsd.org/changeset/ports/564204

Log:
  Drop dependency on gconf, since the switch to gtk3 it is not needed anymore

Modified:
  head/x11/guake/Makefile

Modified: head/x11/guake/Makefile
==============================================================================
--- head/x11/guake/Makefile	Sat Feb  6 08:19:10 2021	(r564203)
+++ head/x11/guake/Makefile	Sat Feb  6 08:20:42 2021	(r564204)
@@ -2,7 +2,7 @@
 
 PORTNAME=	guake
 PORTVERSION=	3.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 python
 MASTER_SITES=	CHEESESHOP
 DISTNAME=	Guake-${PORTVERSION}
@@ -27,7 +27,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-db
 
 USES=		gmake gnome libtool localbase pathfix python:3.5+ \
 		shebangfix
-USE_GNOME=	gconf2 glib20 gtk30 intltool vte3
+USE_GNOME=	glib20 gtk30 intltool vte3
 USE_PYTHON=	distutils noflavors
 GLIB_SCHEMAS=	org.guake.gschema.xml
 NO_ARCH=	yes



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