aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3
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-3
parent5e595f7722f878585bf66cccd5f810506706c807 (diff)
downloadports-30b4473bc37033881bfbacd36fa3572360ba2bdb.tar.gz
ports-30b4473bc37033881bfbacd36fa3572360ba2bdb.zip
Notes
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r--editors/openoffice.org-3/Makefile2
-rw-r--r--editors/openoffice.org-3/files/Makefile.knobs11
2 files changed, 12 insertions, 1 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile
index 10afe3b574d9..f7dd273fc15b 100644
--- a/editors/openoffice.org-3/Makefile
+++ b/editors/openoffice.org-3/Makefile
@@ -33,7 +33,7 @@ COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser
OOOVERSION= 2.0.4.m1
NO_LATEST_LINK= yes
-USE_GNOME= gtk20 gnomevfs2
+USE_GNOME= gtk20
MOZILLA_VERSION= 1.7.5
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
.if !defined(WITHOUT_MOZILLA)
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs
index 8e007114522f..5f2a32adb100 100644
--- a/editors/openoffice.org-3/files/Makefile.knobs
+++ b/editors/openoffice.org-3/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"