diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-01 07:03:35 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-01 07:03:35 +0800 |
commit | 600d5fde81d69812154a5998ab534b491773b527 (patch) | |
tree | 28f376a901fb7b852f62cbb0867f8bb17bc154e1 | |
parent | 36022a4d015b6e76fe64890091917dd060c0b3ee (diff) | |
download | freebsd-ports-gnome-600d5fde81d69812154a5998ab534b491773b527.tar.gz freebsd-ports-gnome-600d5fde81d69812154a5998ab534b491773b527.tar.zst freebsd-ports-gnome-600d5fde81d69812154a5998ab534b491773b527.zip |
WITH_DEBUG=2 does work now.
It seems to take 10GB diskspace here. Ugh.
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 650cf745345d..4b5ddfc0c53f 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -186,8 +186,7 @@ pre-fetch: @${ECHO} "if you call make with WITH_DEBUG=1" @${ECHO} @${ECHO} "If you set WITH_DEBUG=2, you add internal" - @${ECHO} "OO.org debug support. This is currently" - @${ECHO} "broken." + @${ECHO} "OO.org debug support. @${ECHO} .endif .if ${OSVERSION} < 450002 diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 650cf745345d..4b5ddfc0c53f 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -186,8 +186,7 @@ pre-fetch: @${ECHO} "if you call make with WITH_DEBUG=1" @${ECHO} @${ECHO} "If you set WITH_DEBUG=2, you add internal" - @${ECHO} "OO.org debug support. This is currently" - @${ECHO} "broken." + @${ECHO} "OO.org debug support. @${ECHO} .endif .if ${OSVERSION} < 450002 diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 650cf745345d..4b5ddfc0c53f 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -186,8 +186,7 @@ pre-fetch: @${ECHO} "if you call make with WITH_DEBUG=1" @${ECHO} @${ECHO} "If you set WITH_DEBUG=2, you add internal" - @${ECHO} "OO.org debug support. This is currently" - @${ECHO} "broken." + @${ECHO} "OO.org debug support. @${ECHO} .endif .if ${OSVERSION} < 450002 |