pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ispell-base This package needs yacc; add it t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5974addfefe8
branches:  trunk
changeset: 514022:5974addfefe8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 06 21:55:41 2006 +0000

description:
This package needs yacc; add it to USE_TOOLS.

diffstat:

 textproc/ispell-base/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 638db03149b8 -r 5974addfefe8 textproc/ispell-base/Makefile
--- a/textproc/ispell-base/Makefile     Tue Jun 06 21:49:35 2006 +0000
+++ b/textproc/ispell-base/Makefile     Tue Jun 06 21:55:41 2006 +0000
@@ -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 @@
 
 CONFLICTS+=    ispell-[0-9]*
 
-USE_TOOLS+=    mktemp:run
+USE_TOOLS+=    mktemp:run yacc
 
 MAKE_FLAGS+=   TMPDIR=${WRKDIR:Q}
 



Home | Main Index | Thread Index | Old Index