diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-06 22:17:01 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-06 22:17:01 +0800 |
commit | 9001d76a7351ff274789b3d5767331505d75556d (patch) | |
tree | b1e8c6572be79054bb76d694ccf6e6f6cf9a23e0 /editors/openoffice-1.0 | |
parent | ab3357b29c40f27a0129d2119a5348f93d7542c5 (diff) | |
download | freebsd-ports-gnome-9001d76a7351ff274789b3d5767331505d75556d.tar.gz freebsd-ports-gnome-9001d76a7351ff274789b3d5767331505d75556d.tar.zst freebsd-ports-gnome-9001d76a7351ff274789b3d5767331505d75556d.zip |
Fix string
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 |
1 files changed, 2 insertions, 2 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} \ |