aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-12-03 01:40:20 +0800
committermezz <mezz@FreeBSD.org>2008-12-03 01:40:20 +0800
commit11c38346ec89f0128a35ec0c8d2ad2e1b6d43743 (patch)
treef02f4dc674102a6fab3caf0689808a8d3f300efb /graphics/gimp-app
parent29466075666fa1a22d7f6f6eec156e4eaf545e41 (diff)
downloadfreebsd-ports-gnome-11c38346ec89f0128a35ec0c8d2ad2e1b6d43743.tar.gz
freebsd-ports-gnome-11c38346ec89f0128a35ec0c8d2ad2e1b6d43743.tar.zst
freebsd-ports-gnome-11c38346ec89f0128a35ec0c8d2ad2e1b6d43743.zip
Fix a typo of disable gvfs.
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r--graphics/gimp-app/Makefile2
1 files changed, 1 insertions, 1 deletions
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}