From 105dd4b97c54eed4e1f53f2f160ed2da56f5e596 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 17 Nov 2007 12:04:11 +0000 Subject: Some packages need lex and yacc. Patch by Aleksey Cheusov via pkgsrc-users. --- emulators/spim/Makefile | 4 ++-- emulators/twin/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators') diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 93c2b1da48c..02f0f125d8f 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/12/27 13:37:36 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2007/11/17 12:04:12 rillig Exp $ DISTNAME= spim-7.1 PKGREVISION= 3 @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure USE_IMAKE= yes -USE_TOOLS+= gzip lex +USE_TOOLS+= gzip lex yacc XMKMF= ${X11BASE}/bin/xmkmf # don't specify -a option BUILD_TARGET= y.tab.c depend all diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index a79fbe81cb3..b005ff7f9bb 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/02/09 15:15:49 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2007/11/17 12:04:12 rillig Exp $ # DISTNAME= twin-src-3.1.14 @@ -15,7 +15,7 @@ BROKEN_IN= pkgsrc-2005Q4 pkgsrc-2006Q1 pkgsrc-2006Q4 WRKSRC= ${WRKDIR}/twin GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake lex yacc BUILD_TARGET= depend world CONFIGURE_ARGS+= --enable-debugger -- cgit v1.2.3