pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/dict-client flex is needed than lex.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38c830cf60df
branches:  trunk
changeset: 519449:38c830cf60df
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Tue Oct 03 05:45:54 2006 +0000

description:
flex is needed than lex.

diffstat:

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

diffs (18 lines):

diff -r 287c45e7fe8b -r 38c830cf60df textproc/dict-client/Makefile
--- a/textproc/dict-client/Makefile     Tue Oct 03 05:30:04 2006 +0000
+++ b/textproc/dict-client/Makefile     Tue Oct 03 05:45:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/07/29 07:48:21 minskim Exp $
+# $NetBSD: Makefile,v 1.29 2006/10/03 05:45:54 uebayasi Exp $
 
 DISTNAME=       dictd-1.9.15
 PKGNAME=        dict-client-1.9.15
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.dict.org/
 COMMENT=       Dictionary Service Protocol client
 
-USE_TOOLS+=            gmake lex yacc
+USE_TOOLS+=            gmake flex yacc
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-cflags=${CFLAGS:M*:Q}
 CONFIGURE_ARGS+=       --with-etcdir=${PKG_SYSCONFDIR:Q}



Home | Main Index | Thread Index | Old Index