summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/Makefile.knobs
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-2.0-devel/files/Makefile.knobs')
-rw-r--r--editors/openoffice-2.0-devel/files/Makefile.knobs4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice-2.0-devel/files/Makefile.knobs b/editors/openoffice-2.0-devel/files/Makefile.knobs
index 168c0024b0d5..df7cc8c5e058 100644
--- a/editors/openoffice-2.0-devel/files/Makefile.knobs
+++ b/editors/openoffice-2.0-devel/files/Makefile.knobs
@@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --enable-kde
.if defined(WITHOUT_MOZILLA)
CONFIGURE_ARGS+= --disable-mozilla
+.else
+CONFIGURE_ARGS+= --enable-build-mozilla
.endif
.if defined(WITH_CUPS)
@@ -44,7 +46,7 @@ pre-fetch:
@${ECHO}
@${ECHO} "WARNING"
@${ECHO} "Your rtld seems to be old."
- @${ECHO} "Please remake your rtld by:
+ @${ECHO} "Please remake your rtld by:"
@${ECHO} "[1] if you use 4-series:"
@${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng4"
@${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng4"