diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-15 17:19:15 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-15 17:19:15 +0800 |
commit | a91f879ea32a573b09b4a9d20ef3afe0611e2da3 (patch) | |
tree | 9908dc87a0df0facddf24b12b5ea71920b97036c /x11/gnome2 | |
parent | 4908475de6ba4dc1870063318e298f7551b62276 (diff) | |
download | freebsd-ports-gnome-a91f879ea32a573b09b4a9d20ef3afe0611e2da3.tar.gz freebsd-ports-gnome-a91f879ea32a573b09b4a9d20ef3afe0611e2da3.tar.zst freebsd-ports-gnome-a91f879ea32a573b09b4a9d20ef3afe0611e2da3.zip |
Turn the evolution-mapi option to off, for the moment. Samba4-devel is broken.
This will allow gnome2 meta package to be build again.
Diffstat (limited to 'x11/gnome2')
-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 b060cb441cd1..3d91c53791e8 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome2 PORTVERSION= 2.32.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -68,7 +68,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 |