diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-20 09:29:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-20 09:29:26 +0000 |
commit | 2ce7de790aec9998348d81c972b26cc5c7a6c064 (patch) | |
tree | 7ffbcfada09477a6aa6cb2a16f434b030130b15c /textproc/ispell-base | |
parent | 7ddf3fd801275505cad6dbf28436baaeccbca1b3 (diff) | |
download | pkgsrc-2ce7de790aec9998348d81c972b26cc5c7a6c064.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'textproc/ispell-base')
-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; \ |