aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-1.0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.0/Makefile')
-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)