diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-04-27 21:02:42 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-04-27 21:02:42 +0000 |
commit | 23d78f8184602621b5ea8c1194000e68a98bd81f (patch) | |
tree | 9ea6e32350cbd7bdf26d8b9226bd937bb6732f36 /cad | |
parent | 893a48701a04df8376751808b7c6a0b5607dbdff (diff) | |
download | pkgsrc-23d78f8184602621b5ea8c1194000e68a98bd81f.tar.gz |
USE_GNU_TOOLS+= lex
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb-current/Makefile b/cad/pcb-current/Makefile index 7a2f05c9304..198b6710886 100644 --- a/cad/pcb-current/Makefile +++ b/cad/pcb-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/08 20:27:13 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/27 21:02:42 dmcmahill Exp $ # DISTNAME= pcb-${SNAPDATE} @@ -20,7 +20,7 @@ CONFLICTS+= pcb-[0-9]* SNAPDATE= 20040215 GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make +USE_GNU_TOOLS+= lex make USE_X11= yes USE_BUILDLINK3= yes |