diff options
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index b7fd4ded70da..aafb5ca599f6 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -124,6 +124,8 @@ LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/641/unxfbsd.pro/lib/ .if defined(WITH_DEBUG) .if ${WITH_DEBUG} == 2 DMAKE= dmake debug="true" +.else +DMAKE= dmake .endif .else DMAKE= dmake strip="true" |