Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 08:16:32 +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: r564202 - head/x11/gnome-pie
Message-ID:  <202102060816.1168GWVb056590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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