diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2006-10-03 05:45:54 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2006-10-03 05:45:54 +0000 |
commit | ba4b8c81c94a10dd4413ec009aa68b91206e7d51 (patch) | |
tree | 8797ee08af15a3e364c7389747b24ae2a3ded2c5 | |
parent | 64fca02e1eeb453187a68c6b211cba50ca213aa9 (diff) | |
download | pkgsrc-ba4b8c81c94a10dd4413ec009aa68b91206e7d51.tar.gz |
flex is needed than lex.
-rw-r--r-- | textproc/dict-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 59fad1bc384..169dc27d19a 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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} |