aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r--editors/openoffice.org-2-RC/files/Makefile.knobs18
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/openoffice.org-2-RC/files/Makefile.knobs b/editors/openoffice.org-2-RC/files/Makefile.knobs
index 9440e6f37ebe..f31353c9e2fe 100644
--- a/editors/openoffice.org-2-RC/files/Makefile.knobs
+++ b/editors/openoffice.org-2-RC/files/Makefile.knobs
@@ -4,10 +4,10 @@
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home="${LOCALBASE}/share/java/apache-ant"
-.if defined(WITH_VBA)
-CONFIGURE_ARGS+= --enable-vba --with-vba-package-format="builtin"
-EXTRA_PATCHES+= ${FILESDIR}/cws-npower7.diff
-.endif
+#.if defined(WITH_VBA)
+#CONFIGURE_ARGS+= --enable-vba --with-vba-package-format="builtin"
+#EXTRA_PATCHES+= ${FILESDIR}/cws-npower7.diff
+#.endif
.if defined(WITH_KDE)
CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}"
@@ -93,11 +93,11 @@ pre-fetch:
@${ECHO} "You can compile OOo without gnome VFS support with"
@${ECHO} "make -DWITHOUT_GNOMEVFS"
.endif
-.if !defined(WITH_VBA)
- @${ECHO}
- @${ECHO} "You can compile OOo with VBA support with"
- @${ECHO} "make -DWITH_VBA"
-.endif
+#.if !defined(WITH_VBA)
+# @${ECHO}
+# @${ECHO} "You can compile OOo with VBA support with"
+# @${ECHO} "make -DWITH_VBA"
+#.endif
.if !defined(WITH_SYSTEM_FREETYPE)
@${ECHO}
@${ECHO} "You can compile OOo with freetype2 from ports with"