aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/Makefile.knobs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-03-09 11:23:39 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-03-09 11:23:39 +0000
commit00d74addc4a216cb9f8d2683d52865e961ce0edc (patch)
tree376d832ceb5902c8c48e0927876e65e4374872bb /editors/openoffice.org-2-RC/files/Makefile.knobs
parent34a7f7286bb466e5a93f9134f9e15fe5d5ed4145 (diff)
downloadports-00d74addc4a216cb9f8d2683d52865e961ce0edc.tar.gz
ports-00d74addc4a216cb9f8d2683d52865e961ce0edc.zip
Notes
Diffstat (limited to 'editors/openoffice.org-2-RC/files/Makefile.knobs')
-rw-r--r--editors/openoffice.org-2-RC/files/Makefile.knobs4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/files/Makefile.knobs b/editors/openoffice.org-2-RC/files/Makefile.knobs
index 168c0024b0d5..df7cc8c5e058 100644
--- a/editors/openoffice.org-2-RC/files/Makefile.knobs
+++ b/editors/openoffice.org-2-RC/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"