svn commit: r564204 - head/x11/guake

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 6 08:20:43 UTC 2021


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


More information about the svn-ports-all mailing list