svn commit: r551828 - head/x11/gnome3

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 9 21:08:17 UTC 2020


Author: bapt
Date: Fri Oct  9 21:08:16 2020
New Revision: 551828
URL: https://svnweb.freebsd.org/changeset/ports/551828

Log:
  Add gdm to the list of gnome-lite dependencies
  
  PR:		248069
  Submitted by:	jwb

Modified:
  head/x11/gnome3/Makefile

Modified: head/x11/gnome3/Makefile
==============================================================================
--- head/x11/gnome3/Makefile	Fri Oct  9 21:06:14 2020	(r551827)
+++ head/x11/gnome3/Makefile	Fri Oct  9 21:08:16 2020	(r551828)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnome3
 PORTVERSION=	3.36
+PORTREVISION=	1
 CATEGORIES?=	x11 gnome
 
 MAINTAINER=	gnome at FreeBSD.org
@@ -12,6 +13,7 @@ FLAVORS=	full lite
 FLAVOR?=	full
 
 RUN_DEPENDS?=	dconf-editor:devel/dconf-editor \
+		gdm>=3.0.0:x11/gdm \
 		gnome-session>=3.0.0:x11/gnome-session \
 		gnome-themes-extra>=3.28:x11-themes/gnome-themes-extra \
 		gnome-icon-theme-extras>=3.0.0:misc/gnome-icon-theme-extras \
@@ -68,7 +70,6 @@ RUN_DEPENDS+=	epiphany>=3.0.0:www/epiphany \
 		gnome-games>=3.0.0:games/gnome-games \
 		totem>=3.0.0:multimedia/totem \
 		gconf-editor>=3.0.0:sysutils/gconf-editor \
-		gdm>=3.0.0:x11/gdm \
 		gnome-color-manager>=0:graphics/gnome-color-manager \
 		evolution>=3.0.0:mail/evolution \
 		cheese>=3.0.0:multimedia/cheese \


More information about the svn-ports-all mailing list