diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-07 07:10:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-07 07:10:53 +0800 |
commit | 7db100ffccc6b5b98b1bd9c0caadac597b04a908 (patch) | |
tree | 312c72a82b03cf523cebd09aa90bc0b688b33643 | |
parent | 3010dda600fde55c69a7c457a53e84619e846d9a (diff) | |
download | marcuscom-ports-7db100ffccc6b5b98b1bd9c0caadac597b04a908.tar marcuscom-ports-7db100ffccc6b5b98b1bd9c0caadac597b04a908.tar.gz marcuscom-ports-7db100ffccc6b5b98b1bd9c0caadac597b04a908.tar.bz2 marcuscom-ports-7db100ffccc6b5b98b1bd9c0caadac597b04a908.tar.lz marcuscom-ports-7db100ffccc6b5b98b1bd9c0caadac597b04a908.tar.xz marcuscom-ports-7db100ffccc6b5b98b1bd9c0caadac597b04a908.tar.zst marcuscom-ports-7db100ffccc6b5b98b1bd9c0caadac597b04a908.zip |
Correct OPTIONS. gnome-screensaver is now the default screen saver for
GNOME.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6010 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 7ffe7f688..b66ae7c59 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.136 2006/03/16 21:44:59 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.137 2006/04/06 23:06:26 marcus Exp $ # PORTNAME= gnome2 @@ -76,7 +76,7 @@ pre-configure: .endif .if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" -OPTIONS= GNOME_SCREENSAVER "Use gnome-screensaver as screensaver app" off +OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off .endif do-install: # empty |