Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 21:08:16 +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: r551828 - head/x11/gnome3
Message-ID:  <202010092108.099L8HlM063682@repo.freebsd.org>

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



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