diff options
author | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
commit | 21dae0c282b8fc84d25b684a96ccd8125ecf0590 (patch) | |
tree | 7c0b6ad43df35f003718d0265e14450da8a53df0 /cad/covered-current | |
parent | 9102ea67210a656f775e13a6addd64a62798560d (diff) | |
download | pkgsrc-21dae0c282b8fc84d25b684a96ccd8125ecf0590.tar.gz |
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'cad/covered-current')
-rw-r--r-- | cad/covered-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/covered-current/Makefile b/cad/covered-current/Makefile index a6bc3189c8b..4cc2161c654 100644 --- a/cad/covered-current/Makefile +++ b/cad/covered-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/22 19:26:09 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/11/17 12:04:11 rillig Exp $ # DISTNAME= covered-${SNAPDATE} @@ -18,7 +18,7 @@ CONFLICTS+= covered-[0-9]* SNAPDATE= 20060904 GNU_CONFIGURE= YES -USE_TOOLS+= bison gmake +USE_TOOLS+= bison gmake lex # we use this hack of setting a cache variable because # the configure script uses AC_PATH_PROG to try and find |