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 | 6f96e54badacdb7f9bb80b983b30171b8ef409e7 (patch) | |
tree | 740052d9350973c8a7eadba6fd8bc3d686d742b8 /emulators/spim | |
parent | d16ca96ee40a41c0f37806a723c12412ba4bec1f (diff) | |
download | pkgsrc-6f96e54badacdb7f9bb80b983b30171b8ef409e7.tar.gz |
this needs flex to build
Diffstat (limited to 'emulators/spim')
-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 |