aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-08-09 23:06:57 +0800
committermbr <mbr@FreeBSD.org>2002-08-09 23:06:57 +0800
commit7b4d49b687f46e05ee1d2e02b30851bf7fc062a4 (patch)
treed9bb8831a73630a8220a5bb8a319a6a91044bce9 /editors
parent3f50a17e1294f8da2e4ce29299a53b381d45154c (diff)
downloadfreebsd-ports-gnome-7b4d49b687f46e05ee1d2e02b30851bf7fc062a4.tar.gz
freebsd-ports-gnome-7b4d49b687f46e05ee1d2e02b30851bf7fc062a4.tar.zst
freebsd-ports-gnome-7b4d49b687f46e05ee1d2e02b30851bf7fc062a4.zip
Fix WITH_DEBUG=1 build. DMAKE was not defined for this case.
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/Makefile2
-rw-r--r--editors/openoffice.org-1.0/Makefile2
-rw-r--r--editors/openoffice/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index b7fd4ded70da..aafb5ca599f6 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/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"
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index b7fd4ded70da..aafb5ca599f6 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/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"
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"