diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-06 21:55:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-06 21:55:41 +0000 |
commit | 472c48cc433ee685a24783417203ab9e0d85d9cc (patch) | |
tree | 0f25cedd2328e0dce7b3a9b2c265476d9d71dcdb | |
parent | daced48459cd66a6d48e4bf46c64bf61b019132d (diff) | |
download | pkgsrc-472c48cc433ee685a24783417203ab9e0d85d9cc.tar.gz |
This package needs yacc; add it to USE_TOOLS.
-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} |