diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 344e95ae5c8b..975ac1f0bbe3 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -32,7 +32,7 @@ MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(developer version) 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-3-devel/files/Makefile.knobs b/editors/openoffice-3-devel/files/Makefile.knobs index 8e007114522f..5f2a32adb100 100644 --- a/editors/openoffice-3-devel/files/Makefile.knobs +++ b/editors/openoffice-3-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" diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 10afe3b574d9..f7dd273fc15b 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-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-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index 8e007114522f..5f2a32adb100 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-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" diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index 10afe3b574d9..f7dd273fc15b 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/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-2-RC/files/Makefile.knobs b/editors/openoffice.org-2-RC/files/Makefile.knobs index 8e007114522f..5f2a32adb100 100644 --- a/editors/openoffice.org-2-RC/files/Makefile.knobs +++ b/editors/openoffice.org-2-RC/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" diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index 344e95ae5c8b..975ac1f0bbe3 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -32,7 +32,7 @@ MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(developer version) 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-2-devel/files/Makefile.knobs b/editors/openoffice.org-2-devel/files/Makefile.knobs index 8e007114522f..5f2a32adb100 100644 --- a/editors/openoffice.org-2-devel/files/Makefile.knobs +++ b/editors/openoffice.org-2-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" diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index 344e95ae5c8b..975ac1f0bbe3 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/Makefile @@ -32,7 +32,7 @@ MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(developer version) 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-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" diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index 10afe3b574d9..f7dd273fc15b 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/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-2.0/files/Makefile.knobs b/editors/openoffice.org-2.0/files/Makefile.knobs index 8e007114522f..5f2a32adb100 100644 --- a/editors/openoffice.org-2.0/files/Makefile.knobs +++ b/editors/openoffice.org-2.0/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" diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 10afe3b574d9..f7dd273fc15b 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/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-2/files/Makefile.knobs b/editors/openoffice.org-2/files/Makefile.knobs index 8e007114522f..5f2a32adb100 100644 --- a/editors/openoffice.org-2/files/Makefile.knobs +++ b/editors/openoffice.org-2/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" diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 10afe3b574d9..f7dd273fc15b 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/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-RC/files/Makefile.knobs b/editors/openoffice.org-3-RC/files/Makefile.knobs index 8e007114522f..5f2a32adb100 100644 --- a/editors/openoffice.org-3-RC/files/Makefile.knobs +++ b/editors/openoffice.org-3-RC/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" diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 344e95ae5c8b..975ac1f0bbe3 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -32,7 +32,7 @@ MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(developer version) 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-devel/files/Makefile.knobs b/editors/openoffice.org-3-devel/files/Makefile.knobs index 8e007114522f..5f2a32adb100 100644 --- a/editors/openoffice.org-3-devel/files/Makefile.knobs +++ b/editors/openoffice.org-3-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" 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" diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 344e95ae5c8b..975ac1f0bbe3 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -32,7 +32,7 @@ MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(developer version) 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-vcltesttool/files/Makefile.knobs b/editors/openoffice.org-vcltesttool/files/Makefile.knobs index 8e007114522f..5f2a32adb100 100644 --- a/editors/openoffice.org-vcltesttool/files/Makefile.knobs +++ b/editors/openoffice.org-vcltesttool/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"