svn commit: r564239 - head/x11/gdm

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 6 19:13:23 UTC 2021


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


More information about the svn-ports-all mailing list