svn commit: r564202 - head/x11/gnome-pie

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 6 08:16:33 UTC 2021


Author: bapt
Date: Sat Feb  6 08:16:32 2021
New Revision: 564202
URL: https://svnweb.freebsd.org/changeset/ports/564202

Log:
  Drop dependency on gconf2, it is actually not needed

Modified:
  head/x11/gnome-pie/Makefile

Modified: head/x11/gnome-pie/Makefile
==============================================================================
--- head/x11/gnome-pie/Makefile	Sat Feb  6 08:13:53 2021	(r564201)
+++ head/x11/gnome-pie/Makefile	Sat Feb  6 08:16:32 2021	(r564202)
@@ -4,7 +4,7 @@
 PORTNAME=	gnome-pie
 PORTVERSION=	0.5.7
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	nivit at FreeBSD.org
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libbamf3.so:sysutils/bamf \
 
 USES=		cmake gnome pkgconfig xorg
 USE_GITHUB=	yes
-USE_GNOME=	cairo gconf2 gnomemenus3 gtk30 librsvg2 libwnck3
+USE_GNOME=	cairo gnomemenus3 gtk30 librsvg2 libwnck3
 USE_XORG=	xtst
 
 DOCS_CMAKE_ON=	-DINSTALL_DOCS:BOOL=ON


More information about the svn-ports-all mailing list