diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-04 00:09:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-04 00:09:54 +0800 |
commit | 877e1aea7fd4dc5bdc1a73498f58be759b9cabf1 (patch) | |
tree | 4e6e45f89efc825eb47d87f30859201ff3fbcff6 /x11/gnome3 | |
parent | 172a95003b77a7a91d2ded06b0315161bbe47f48 (diff) | |
download | marcuscom-ports-877e1aea7fd4dc5bdc1a73498f58be759b9cabf1.tar marcuscom-ports-877e1aea7fd4dc5bdc1a73498f58be759b9cabf1.tar.gz marcuscom-ports-877e1aea7fd4dc5bdc1a73498f58be759b9cabf1.tar.bz2 marcuscom-ports-877e1aea7fd4dc5bdc1a73498f58be759b9cabf1.tar.lz marcuscom-ports-877e1aea7fd4dc5bdc1a73498f58be759b9cabf1.tar.xz marcuscom-ports-877e1aea7fd4dc5bdc1a73498f58be759b9cabf1.tar.zst marcuscom-ports-877e1aea7fd4dc5bdc1a73498f58be759b9cabf1.zip |
Add gnome-screensaver3 and evolution3
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15187 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome3')
-rw-r--r-- | x11/gnome3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index a20a91837..47c169693 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome3/Makefile,v 1.11 2011/02/03 11:15:30 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.12 2011/02/03 16:03:21 kwm Exp $ # PORTNAME= gnome3 @@ -35,6 +35,7 @@ RUN_DEPENDS?= gnome-panel>=2.91.0:${PORTSDIR}/x11/gnome-panel3 \ ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ ${LOCALBASE}/lib/gstreamer-0.10/.gstreamer-plugins-core.keep:${PORTSDIR}/multimedia/gstreamer-plugins-core \ ${LOCALBASE}/lib/gstreamer-0.10/libgstgconfelements.so:${PORTSDIR}/devel/gstreamer-plugins-gconf \ + gnome-screensaver>=2.91.0:${PORTSDIR}/x11/gnome-screensaver3 \ gnome-control-center>=2.91.0:${PORTSDIR}/sysutils/gnome-control-center3 \ ${LOCALBASE}/share/gnome-background-properties/gnome-nature.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ evince>=2.91.0:${PORTSDIR}/graphics/evince3 \ @@ -44,6 +45,7 @@ RUN_DEPENDS?= gnome-panel>=2.91.0:${PORTSDIR}/x11/gnome-panel3 \ ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ totem>=2.91.0:${PORTSDIR}/multimedia/totem3 \ + evolution>=2.91.0:${PORTSDIR}/mail/evolution3 \ ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme NO_BUILD= yes |