diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 13:49:52 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 13:49:52 +0000 |
commit | 7a3c0a26008b962c325530c7850eb76b8b6103f2 (patch) | |
tree | 740052d9350973c8a7eadba6fd8bc3d686d742b8 /emulators | |
parent | 73c5d6d01ccf31ed73d0f54ef693133c7b91b21d (diff) | |
download | pkgsrc-7a3c0a26008b962c325530c7850eb76b8b6103f2.tar.gz |
this needs flex to build
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/spim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 74e342d97ec..b62fd443bb0 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.18 2004/06/15 13:49:52 grant Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp # @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure USE_IMAKE= yes +USE_GNU_TOOLS+= lex XMKMF= ${X11BASE}/bin/xmkmf # don't specify -a option ALL_TARGET= y.tab.c depend spim xspim |