diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-09 15:06:57 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-09 15:06:57 +0000 |
commit | 265a8e937cab0082929ea3af089cf692766d8ac9 (patch) | |
tree | a5f26f2ef1eaf669618c8993a3ad78389a122b71 /editors/openoffice | |
parent | 38d42c85fc54584165331657251cf52b17f863de (diff) | |
download | ports-265a8e937cab0082929ea3af089cf692766d8ac9.tar.gz ports-265a8e937cab0082929ea3af089cf692766d8ac9.zip |
Fix WITH_DEBUG=1 build. DMAKE was not defined for this case.
Notes
Notes:
svn path=/head/; revision=64281
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" |