diff options
author | grant <grant@pkgsrc.org> | 2004-06-11 13:19:49 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-11 13:19:49 +0000 |
commit | 69ca9a40e8895ed5f68c7973109af94be1e70dbc (patch) | |
tree | 83fbd85f0e1db8703bf8a2c84040d2439d98eac7 /cad | |
parent | 6f5582f4527b54e9b4042224aa2f6f44db51425f (diff) | |
download | pkgsrc-69ca9a40e8895ed5f68c7973109af94be1e70dbc.tar.gz |
this needs flex(1) to build.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ipal-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/ipal-current/Makefile b/cad/ipal-current/Makefile index c82f9baabae..9b7fb0be8f3 100644 --- a/cad/ipal-current/Makefile +++ b/cad/ipal-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/04/11 05:27:16 snj Exp $ +# $NetBSD: Makefile,v 1.17 2004/06/11 13:19:49 grant Exp $ # DISTNAME= ipal-20001210 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison GNU_CONFIGURE= YES USE_BUILDLINK3= YES -USE_GNU_TOOLS+= make +USE_GNU_TOOLS+= lex make CFLAGS+= -fPIC |