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 | c614fd4b35024ad59abd20f6f0b92db59e3d748b (patch) | |
tree | 9ea6e32350cbd7bdf26d8b9226bd937bb6732f36 | |
parent | 12700ebd1fa3a92958a85b34cd2d0a72493cd250 (diff) | |
download | pkgsrc-c614fd4b35024ad59abd20f6f0b92db59e3d748b.tar.gz |
USE_GNU_TOOLS+= lex
-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 |