View | Details | Raw Unified | Return to bug 220051 | Differences between
and this patch

Collapse All | Expand All

(-)x11/gnome3/Makefile (-2 / +4 lines)
Lines 3-12 Link Here
3
3
4
PORTNAME=	gnome3
4
PORTNAME=	gnome3
5
PORTVERSION=	3.18.0
5
PORTVERSION=	3.18.0
6
PORTREVISION=	1
6
CATEGORIES?=	x11 gnome
7
CATEGORIES?=	x11 gnome
7
8
8
MAINTAINER=	gnome@FreeBSD.org
9
MAINTAINER=	gnome@FreeBSD.org
9
COMMENT?=	"meta-port" for the GNOME 3 integrated X11 desktop
10
COMMENT?=	GNOME 3 integrated X11 desktop (meta port)
10
11
11
RUN_DEPENDS?=	dconf-editor:devel/dconf-editor \
12
RUN_DEPENDS?=	dconf-editor:devel/dconf-editor \
12
		gnome-session>=3.0.0:x11/gnome-session \
13
		gnome-session>=3.0.0:x11/gnome-session \
Lines 31-37 Link Here
31
		${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:x11-themes/gnome-backgrounds \
32
		${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:x11-themes/gnome-backgrounds \
32
		caribou>=0:accessibility/caribou \
33
		caribou>=0:accessibility/caribou \
33
		${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme \
34
		${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme \
34
		ekiga:net-im/ekiga
35
		ekiga:net-im/ekiga \
36
		xdg-user-dir:devel/xdg-user-dirs
35
37
36
CONFLICTS?=	gnome3-lite-[0-9]*
38
CONFLICTS?=	gnome3-lite-[0-9]*
37
39

Return to bug 220051