pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/textproc/dict-client Pullup ticket 1833 - requ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6feb81b88e7
branches:  pkgsrc-2006Q3
changeset: 519096:c6feb81b88e7
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Oct 03 14:29:33 2006 +0000

description:
Pullup ticket 1833 - requested by uebayasi
build fix for dict-client

Revisions pulled up:
- pkgsrc/textproc/dict-client/Makefile          1.29

   Module Name: pkgsrc
   Committed By:        uebayasi
   Date:                Tue Oct  3 05:45:54 UTC 2006

   Modified Files:
        pkgsrc/textproc/dict-client: Makefile

   Log Message:
   flex is needed than lex.

diffstat:

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

diffs (18 lines):

diff -r 7a07957fbaef -r c6feb81b88e7 textproc/dict-client/Makefile
--- a/textproc/dict-client/Makefile     Tue Oct 03 14:23:12 2006 +0000
+++ b/textproc/dict-client/Makefile     Tue Oct 03 14:29:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/07/29 07:48:21 minskim Exp $
+# $NetBSD: Makefile,v 1.28.2.1 2006/10/03 14:29:33 ghen 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