diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-04-01 09:55:37 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-04-01 09:55:37 +0000 |
commit | 249b319a4ad9137bd1ad30f0ea4431713f837401 (patch) | |
tree | bbbc9c2bb33e53fbc17465e083f172205e5b38c2 /x11/gnome2/Makefile | |
parent | Fix plist (diff) |
Fix typo in OptionNG conversion, so option is usable again.
PR: ports/177540
Submitted by: Fredrik Nystrom <fredrik@lysator.liu.se>
Approved by: portmgr (miwi)
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 00da270ff0ec..615d6e16e592 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -63,7 +63,7 @@ USE_PYTHON= yes .endif .if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" -OPTIONS_DEFINE= XSCHEENSAVER +OPTIONS_DEFINE= XSCREENSAVER XSCREENSAVER_DESC= Use xscreensaver as screen saver app # MAPI "Depend on evolution-mapi (pulls in samba4) .endif |