summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/Makefile.knobs
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-devel/files/Makefile.knobs')
-rw-r--r--editors/openoffice.org-2-devel/files/Makefile.knobs9
1 files changed, 1 insertions, 8 deletions
diff --git a/editors/openoffice.org-2-devel/files/Makefile.knobs b/editors/openoffice.org-2-devel/files/Makefile.knobs
index a4d76e99c1aa..a24d1fdea61f 100644
--- a/editors/openoffice.org-2-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-2-devel/files/Makefile.knobs
@@ -4,9 +4,7 @@
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"
-.endif
+CONFIGURE_ARGS+= --with-vba-package-format="builtin"
.if defined(WITH_KDE)
CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}"
@@ -92,11 +90,6 @@ 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_SYSTEM_FREETYPE)
@${ECHO}
@${ECHO} "You can compile OOo with freetype2 from ports with"