diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 36ef93603..e9f7ac3ea 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.305 2011/04/27 11:47:19 kwm Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.306 2011/04/30 20:43:30 mezz Exp $ # PORTNAME= gnome2 @@ -70,7 +70,7 @@ USE_PYTHON= yes .if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off \ - MAPI "Depend on evolution-mapi (pulls in samba4)" on + MAPI "Depend on evolution-mapi (pulls in samba4)" off .endif do-install: # empty diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index ca42ba527..4aee5b527 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.29 2011/09/01 11:49:29 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.30 2011/10/17 15:24:53 kwm Exp $ # PORTNAME= gnome3 @@ -45,7 +45,7 @@ NO_BUILD= yes OPTIONS= GNOME_SHELL "Build Gnome-shell (pulls in libxul)" off .if ${.CURDIR:T}!="gnome3-lite" -OPTIONS+= MAPI "Depend on evolution-mapi (pulls in samba4)" on +OPTIONS+= MAPI "Depend on evolution-mapi (pulls in samba4)" off .endif .include <bsd.port.pre.mk> |