summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/Makefile.knobs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-04-29 12:34:08 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-04-29 12:34:08 +0000
commit3c099dadec5930971530cd85a03eb29c6d9fb1bb (patch)
tree3d7122d6a50ac38e18a4e39e123d23aaa6da47ae /editors/openoffice.org-3/files/Makefile.knobs
parent- Fix build on 4.x (diff)
Update to 1.9m97
Notes
Notes: svn path=/head/; revision=134354
Diffstat (limited to 'editors/openoffice.org-3/files/Makefile.knobs')
-rw-r--r--editors/openoffice.org-3/files/Makefile.knobs20
1 files changed, 10 insertions, 10 deletions
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs
index e27c8d6c5e87..eb56de86ad55 100644
--- a/editors/openoffice.org-3/files/Makefile.knobs
+++ b/editors/openoffice.org-3/files/Makefile.knobs
@@ -68,11 +68,11 @@ pre-fetch:
@${ECHO} "If you set WITH_DEBUG=2, you add internal"
@${ECHO} "OOo debug support."
.endif
-.if !defined(WITHOUT_MOZILLA)
- @${ECHO}
- @${ECHO} "You can compile OOo without Mozilla connectivity by"
- @${ECHO} "make -DWITHOUT_MOZILLA"
-.endif
+#.if !defined(WITHOUT_MOZILLA)
+# @${ECHO}
+# @${ECHO} "You can compile OOo without Mozilla connectivity by"
+# @${ECHO} "make -DWITHOUT_MOZILLA"
+#.endif
.if !defined(WITH_TTF_BYTECODE_ENABLED)
@${ECHO}
@${ECHO} "You may get better quality of glyphs"
@@ -87,11 +87,11 @@ pre-fetch:
@${ECHO} "You can compile OOo without Java support by"
@${ECHO} "make -DWITHOUT_JAVA"
.endif
-.if !defined(WITH_CUPS)
- @${ECHO}
- @${ECHO} "You can compile OOo with CUPS support by"
- @${ECHO} "make -DWITH_CUPS"
-.endif
+#.if !defined(WITH_CUPS)
+# @${ECHO}
+# @${ECHO} "You can compile OOo with CUPS support by"
+# @${ECHO} "make -DWITH_CUPS"
+#.endif
.if !defined(WITH_KDE)
@${ECHO}
@${ECHO} "You can compile OOo to use Qt/KDE vclplug"