From 11c38346ec89f0128a35ec0c8d2ad2e1b6d43743 Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 2 Dec 2008 17:40:20 +0000 Subject: Fix a typo of disable gvfs. --- graphics/gimp-app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/gimp-app') diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index c8040d09e13e..b855729e50b9 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -56,7 +56,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \ --with-desktop-dir=${PREFIX}/share \ --docdir=${PREFIX}/share/doc/gimp \ --enable-default-binary \ - --disable-gvfs + --without-gvfs CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ GIMP_THREAD_LIBS=${PTHREAD_LIBS} -- cgit