diff options
-rw-r--r-- | editors/openoffice-1.0/Makefile | 6 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 6 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index acb0ee2fea70..91a4fae39428 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-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) diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index acb0ee2fea70..91a4fae39428 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) diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index acb0ee2fea70..91a4fae39428 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/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) |