From 0c9dcd506dde969e95db21488a2e16a71f2260f9 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 17 Oct 2008 14:19:25 +0000 Subject: [PATCH] - explicitely disable afs support no pkg change --- x11/gnome/vfs2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/gnome/vfs2/Makefile b/x11/gnome/vfs2/Makefile index 7b820834f8c..a83fcaa3891 100644 --- a/x11/gnome/vfs2/Makefile +++ b/x11/gnome/vfs2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2008/06/28 11:42:27 jasper Exp $ +# $OpenBSD: Makefile,v 1.37 2008/10/17 14:19:25 ajacoutot Exp $ SHARED_ONLY= Yes @@ -47,6 +47,7 @@ RUN_DEPENDS-smb= ${RUN_DEPENDS} USE_X11= Yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-vfs2 \ + --without-afs \ --disable-schemas-install \ --enable-cdda \ --disable-avahi \