diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-17 14:35:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-17 14:35:01 +0800 |
commit | 310510f19ec4f8894496d2a2b4b54b667c311822 (patch) | |
tree | 021b1cd42dcdcd155020fd0f7e8111e8716ded6c /x11/gnome2 | |
parent | 7781bd51ebe9a8672605ed61f9b8b533911d6445 (diff) | |
download | marcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.tar.gz marcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.tar.zst marcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.zip |
* Add proposed module fast-user-switch-applet
* Add proposed module atomix
* Switch to using gnome-screensaver for the default screensaver
Note: I am not adding the proposed modules that require additional Python
support for now. I think sucking in py-gnome-extras at this stage might
be too much.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5153 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index b82322a64..e8665ef31 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.122 2005/10/06 01:26:06 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.123 2005/11/10 23:13:03 marcus Exp $ # PORTNAME= gnome2 PORTVERSION= 2.13.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -59,7 +59,9 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 sound-juicer:${PORTSDIR}/audio/sound-juicer \ gnome-keyring-manager:${PORTSDIR}/security/gnomekeyringmanager \ ${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc:${PORTSDIR}/www/libgtkhtml \ - evince:${PORTSDIR}/graphics/evince + evince:${PORTSDIR}/graphics/evince \ + ${X11BASE}/libexec/fast-user-switch-applet:${PORTSDIR}/x11/fast-user-switch-applet \ + atomix:${PORTSDIR}/games/atomix NO_BUILD= yes @@ -87,7 +89,7 @@ RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .endif .if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" -.if !defined(WITH_GNOME_SCREENSAVER) +.if defined(WITH_XSCREENSAVER) RUN_DEPENDS+= ${X11BASE}/share/gnome/applications/gnome-screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome .else RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver |