summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-09-01 05:47:55 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-09-01 05:47:55 +0000
commit30b4473bc37033881bfbacd36fa3572360ba2bdb (patch)
treea1d478f0e4aff398b5a16442bef633cc24e8ea5a /editors/openoffice.org-2.0-devel/files
parentRather than have to manually list every patch version, use some automation (diff)
Add a knob to disable Gnome VFS support.
Approved by: maho
Notes
Notes: svn path=/head/; revision=171783
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files')
-rw-r--r--editors/openoffice.org-2.0-devel/files/Makefile.knobs11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/Makefile.knobs b/editors/openoffice.org-2.0-devel/files/Makefile.knobs
index 8e007114522f..5f2a32adb100 100644
--- a/editors/openoffice.org-2.0-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-2.0-devel/files/Makefile.knobs
@@ -25,6 +25,12 @@ CONFIGURE_ARGS+= --disable-mozilla
CONFIGURE_ARGS+= --enable-build-mozilla
.endif
+.if defined(WITHOUT_GNOMEVFS)
+CONFIGURE_ARGS+= --disable-gnome-vfs
+.else
+USE_GNOME+= gnomevfs2
+.endif
+
.if defined(ALL_LOCALIZED_LANGS)
CONFIGURE_ARGS+= --with-lang=ALL
.else
@@ -68,6 +74,11 @@ pre-fetch:
@${ECHO} "You can compile OOo without Mozilla connectivity with"
@${ECHO} "make -DWITHOUT_MOZILLA"
.endif
+.if !defined(WITHOUT_GNOMEVFS)
+ @${ECHO}
+ @${ECHO} "You can compile OOo without gnome VFS support with"
+ @${ECHO} "make -DWITHOUT_GNOMEVFS"
+.endif
#.if !defined(WITH_TTF_BYTECODE_ENABLED)
# @${ECHO}
# @${ECHO} "You may get better quality of glyphs"