diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-26 22:12:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-26 22:12:55 +0800 |
commit | dd10abf38e4267ebb2c71e2fc4fbce3fb677438b (patch) | |
tree | 9a60d4fb93cd539d4a2bb3cb1f61ba366b1a47e9 /x11 | |
parent | 2383ee6b1e124a33492a78a265a61fe3861518df (diff) | |
download | marcuscom-ports-dd10abf38e4267ebb2c71e2fc4fbce3fb677438b.tar marcuscom-ports-dd10abf38e4267ebb2c71e2fc4fbce3fb677438b.tar.gz marcuscom-ports-dd10abf38e4267ebb2c71e2fc4fbce3fb677438b.tar.bz2 marcuscom-ports-dd10abf38e4267ebb2c71e2fc4fbce3fb677438b.tar.lz marcuscom-ports-dd10abf38e4267ebb2c71e2fc4fbce3fb677438b.tar.xz marcuscom-ports-dd10abf38e4267ebb2c71e2fc4fbce3fb677438b.tar.zst marcuscom-ports-dd10abf38e4267ebb2c71e2fc4fbce3fb677438b.zip |
Disable eds support for now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14367 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 5f5e888e8..a0f92d757 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.220 2010/07/26 12:42:31 kwm Exp $ # PORTNAME= gnome-panel @@ -56,12 +56,12 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> -.if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -CONFIGURE_ARGS+=--enable-eds -.else +#.if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!="" +#USE_GNOME+= evolutiondataserver +#CONFIGURE_ARGS+=--enable-eds +#.else CONFIGURE_ARGS+=--disable-eds -.endif +#.endif post-patch: @${FIND} ${WRKSRC} -type f | \ |