Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 19:13:22 +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: r564239 - head/x11/gdm
Message-ID:  <202102061913.116JDMVJ061667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Feb  6 19:13:22 2021
New Revision: 564239
URL: https://svnweb.freebsd.org/changeset/ports/564239

Log:
  Drop dependency on gconf, this port does not actually depend on it

Modified:
  head/x11/gdm/Makefile

Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile	Sat Feb  6 19:10:39 2021	(r564238)
+++ head/x11/gdm/Makefile	Sat Feb  6 19:13:22 2021	(r564239)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdm
 PORTVERSION=	3.28.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -46,7 +46,7 @@ PORTSCOUT=	limitw:1,even
 USES=		cpe gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig tar:xz xorg
 CPE_VENDOR=	gnome
 CPE_PRODUCT=	gnome_display_manager
-USE_GNOME=	cairo dconf gconf2 gtk30 intltool introspection
+USE_GNOME=	cairo dconf gtk30 intltool introspection
 USE_LDCONFIG=	yes
 USE_XORG=	x11 xau xcb xdmcp xorgproto
 INSTALLS_ICONS=	yes



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