diff options
Diffstat (limited to 'textproc/ispell-base/Makefile')
-rw-r--r-- | textproc/ispell-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 07e14075a7e..99865acc4d8 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/15 15:22:00 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/20 09:29:26 jlam Exp $ # DISTNAME= ispell-3.1.20 @@ -23,6 +23,8 @@ INFO_FILES= ispell.info CFLAGS+= -DHAVE_INTTYPES_H .endif +USE_BUILDLINK_ONLY= yes + do-configure: cd ${WRKSRC}; \ ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.samp >local.h; \ |