diff options
author | mezz <mezz@FreeBSD.org> | 2008-12-03 01:40:20 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-12-03 01:40:20 +0800 |
commit | 11c38346ec89f0128a35ec0c8d2ad2e1b6d43743 (patch) | |
tree | f02f4dc674102a6fab3caf0689808a8d3f300efb /graphics | |
parent | 29466075666fa1a22d7f6f6eec156e4eaf545e41 (diff) | |
download | freebsd-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')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 |
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} |