diff options
author | minskim <minskim> | 2006-06-06 21:55:41 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-06 21:55:41 +0000 |
commit | 4779f3cdb5b3714426f36dd35aaeb6b8d8df6d30 (patch) | |
tree | 0f25cedd2328e0dce7b3a9b2c265476d9d71dcdb /textproc | |
parent | 1c126cbf3bd9b3cd17eea8db8b7820f87d8b161c (diff) | |
download | pkgsrc-4779f3cdb5b3714426f36dd35aaeb6b8d8df6d30.tar.gz |
This package needs yacc; add it to USE_TOOLS.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 3c8663ca1f1..cead7fe6470 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:46 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/06/06 21:55:41 minskim Exp $ # DISTNAME= ispell-3.3.02 @@ -12,7 +12,7 @@ COMMENT= Interactive spelling checker CONFLICTS+= ispell-[0-9]* -USE_TOOLS+= mktemp:run +USE_TOOLS+= mktemp:run yacc MAKE_FLAGS+= TMPDIR=${WRKDIR:Q} |