pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc USE_TOOLS+=lex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3efaabd30e38
branches:  trunk
changeset: 516841:3efaabd30e38
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jul 29 07:48:21 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

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

diffs (36 lines):

diff -r 5ec5ac97fe71 -r 3efaabd30e38 textproc/dict-client/Makefile
--- a/textproc/dict-client/Makefile     Sat Jul 29 07:00:13 2006 +0000
+++ b/textproc/dict-client/Makefile     Sat Jul 29 07:48:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/06/20 22:38:32 minskim Exp $
+# $NetBSD: Makefile,v 1.28 2006/07/29 07:48:21 minskim 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 yacc
+USE_TOOLS+=            gmake lex yacc
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-cflags=${CFLAGS:M*:Q}
 CONFIGURE_ARGS+=       --with-etcdir=${PKG_SYSCONFDIR:Q}
diff -r 5ec5ac97fe71 -r 3efaabd30e38 textproc/dict-server/Makefile
--- a/textproc/dict-server/Makefile     Sat Jul 29 07:00:13 2006 +0000
+++ b/textproc/dict-server/Makefile     Sat Jul 29 07:48:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/06/20 22:38:32 minskim Exp $
+# $NetBSD: Makefile,v 1.23 2006/07/29 07:48:58 minskim Exp $
 
 DISTNAME=      dictd-1.9.15
 PKGNAME=       dict-server-1.9.15
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://www.dict.org/
 COMMENT=       Dictionary Service Protocol server
 
-USE_TOOLS+=            gmake yacc
+USE_TOOLS+=            gmake lex 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