aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-1.0
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-08-26 16:02:31 +0800
committermbr <mbr@FreeBSD.org>2002-08-26 16:02:31 +0800
commit3489c62e7d4488c2d0bf0f8c53d703e78f1cc2e4 (patch)
treecf0cfa18f1dbbd1d55cf75ab57767ed85832ade0 /editors/openoffice.org-1.0
parent5d4a4b7988294738d915bca36ee80c2728e03f42 (diff)
downloadfreebsd-ports-graphics-3489c62e7d4488c2d0bf0f8c53d703e78f1cc2e4.tar.gz
freebsd-ports-graphics-3489c62e7d4488c2d0bf0f8c53d703e78f1cc2e4.tar.zst
freebsd-ports-graphics-3489c62e7d4488c2d0bf0f8c53d703e78f1cc2e4.zip
Revert part of last commit. It looks like some docs were wrong.
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r--editors/openoffice.org-1.0/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index acb0ee2fea7..91a4fae3942 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -119,12 +119,12 @@ LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/641/unxfbsd.pro/lib/
.if defined(WITH_DEBUG)
CFLAGS+= -g
.if ${WITH_DEBUG} == 2
-BUILD= build debug="true"
+BUILD= dmake debug="true"
.else
-BUILD= build
+BUILD= dmake
.endif
.else
-BUILD= build strip="true"
+BUILD= dmake strip="true"
.endif
.if !defined(DISPLAY)