From e9b344c60401da3c74c677cfaae6052fcfc6231a Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Fri, 21 Sep 2007 11:57:00 +0000 Subject: Remove WITH_VBA stuff. It will be available in the next release :( --- editors/openoffice.org-2-RC/files/Makefile.knobs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'editors/openoffice.org-2-RC/files/Makefile.knobs') 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" -- cgit v1.2.3