diff options
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 7456ad0023eb..d4de443fb4fa 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -63,9 +63,9 @@ WRKSRC= ${WRKDIR}/oo_1.0_src/config_office LD_PATH1= ${WRKSRC}/../vos/unxfbsd.pro/lib/:${WRKSRC}/../ucbhelper/unxfbsd.pro/lib/ LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/641/unxfbsd.pro/lib/ .if defined(WITH_DEBUG) -DMAKE= "dmake debug=true" +DMAKE= dmake debug="true" .else -DMAKE= "dmake strip=true" +DMAKE= dmake strip="true" .endif CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 7456ad0023eb..d4de443fb4fa 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -63,9 +63,9 @@ WRKSRC= ${WRKDIR}/oo_1.0_src/config_office LD_PATH1= ${WRKSRC}/../vos/unxfbsd.pro/lib/:${WRKSRC}/../ucbhelper/unxfbsd.pro/lib/ LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/641/unxfbsd.pro/lib/ .if defined(WITH_DEBUG) -DMAKE= "dmake debug=true" +DMAKE= dmake debug="true" .else -DMAKE= "dmake strip=true" +DMAKE= dmake strip="true" .endif CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 7456ad0023eb..d4de443fb4fa 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -63,9 +63,9 @@ WRKSRC= ${WRKDIR}/oo_1.0_src/config_office LD_PATH1= ${WRKSRC}/../vos/unxfbsd.pro/lib/:${WRKSRC}/../ucbhelper/unxfbsd.pro/lib/ LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/641/unxfbsd.pro/lib/ .if defined(WITH_DEBUG) -DMAKE= "dmake debug=true" +DMAKE= dmake debug="true" .else -DMAKE= "dmake strip=true" +DMAKE= dmake strip="true" .endif CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ |