diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-09-21 11:57:00 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-09-21 11:57:00 +0000 |
commit | e9b344c60401da3c74c677cfaae6052fcfc6231a (patch) | |
tree | b88b8da5f7b70aa3a02eaacbba3de10ab5e42ddb /editors | |
parent | f6c9ae1ccfcdc8b5de2440dad0159a5d9ba0cbab (diff) | |
download | ports-e9b344c60401da3c74c677cfaae6052fcfc6231a.tar.gz ports-e9b344c60401da3c74c677cfaae6052fcfc6231a.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-2-RC/files/Makefile.knobs | 18 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/files/Makefile.knobs | 18 |
2 files changed, 18 insertions, 18 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" diff --git a/editors/openoffice.org-3-RC/files/Makefile.knobs b/editors/openoffice.org-3-RC/files/Makefile.knobs index 9440e6f37ebe..f31353c9e2fe 100644 --- a/editors/openoffice.org-3-RC/files/Makefile.knobs +++ b/editors/openoffice.org-3-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" |