diff options
Diffstat (limited to 'misc/staroffice')
-rw-r--r-- | misc/staroffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index 23b7b7b53d5..7eec9dd206c 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/29 10:24:29 rh Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/31 02:35:27 hubertf Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -27,7 +27,7 @@ PATCH_FUZZ_FACTOR= -F1 IS_INTERACTIVE= YES NO_BUILD= YES -LDD?= /emul/linux/usr/bin/ldd +CHECK_SHLIBS= no DECOMPRESS_CMD= ${CAT} .include "../../mk/bsd.prefs.mk" |