diff options
author | dmcmahill <dmcmahill> | 2004-04-27 21:02:42 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-04-27 21:02:42 +0000 |
commit | 029023d18fdac5a83ab88590c6f948fe5bcca33e (patch) | |
tree | 9ea6e32350cbd7bdf26d8b9226bd937bb6732f36 /cad | |
parent | a5a024a927f327fd40f57d3d58cff2063a0dc559 (diff) | |
download | pkgsrc-029023d18fdac5a83ab88590c6f948fe5bcca33e.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 |