summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-16 12:20:01 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-16 12:20:01 +0800
commitfef0993464746edac6d308d84c8889972872b49f (patch)
tree9b49463522ad9e48257530f857712903c04c7f76
parent43cd3d2a49a14b559c45227de04f11f0a8c9b5a8 (diff)
downloadmarcuscom-ports-fef0993464746edac6d308d84c8889972872b49f.tar
marcuscom-ports-fef0993464746edac6d308d84c8889972872b49f.tar.gz
marcuscom-ports-fef0993464746edac6d308d84c8889972872b49f.tar.bz2
marcuscom-ports-fef0993464746edac6d308d84c8889972872b49f.tar.lz
marcuscom-ports-fef0993464746edac6d308d84c8889972872b49f.tar.xz
marcuscom-ports-fef0993464746edac6d308d84c8889972872b49f.tar.zst
marcuscom-ports-fef0993464746edac6d308d84c8889972872b49f.zip
Add metacity and gdm. Now you can install x11/gnome3 and have fully desktop
function when you add gnome_enable="YES" in your rc.conf. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15483 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile
index 1b1c945da..03cc98fb0 100644
--- a/x11/gnome3/Makefile
+++ b/x11/gnome3/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome3/Makefile,v 1.16 2011/03/04 22:18:26 kwm Exp $
+# $MCom: ports/x11/gnome3/Makefile,v 1.17 2011/03/09 16:25:57 kwm Exp $
#
PORTNAME= gnome3
PORTVERSION= 2.32.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
@@ -27,6 +27,8 @@ RUN_DEPENDS?= gnome-panel>=2.91.0:${PORTSDIR}/x11/gnome-panel3 \
gnome-session>=2.91.0:${PORTSDIR}/x11/gnome-session3 \
brasero>=2.91.0:${PORTSDIR}/sysutils/brasero3 \
nautilus>=2.91.0:${PORTSDIR}/x11-fm/nautilus3 \
+ gdm>=2.91.0:${PORTSDIR}/x11/gdm3 \
+ metacity>=2.30.0:${PORTSDIR}/x11-wm/metacity \
gcalctool>=2.91.0:${PORTSDIR}/math/gcalctool3 \
gnome-utils>=2.91.0:${PORTSDIR}/deskutils/gnome-utils3 \
gnome-system-monitor>=2.99.0:${PORTSDIR}/sysutils/gnome-system-monitor3 \