From 6e84f2a8f114821f4a796df825bd4501a94a9e32 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 21 Jun 2006 18:33:14 +0000 Subject: USE_TOOLS+=lex --- lang/intercal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index 9b7cdd2b83d..7d2d6215dc7 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/20 22:12:59 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/21 18:33:14 minskim Exp $ # DISTNAME= intercal-0.20 @@ -9,6 +9,6 @@ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://www.catb.org/~esr/intercal/ COMMENT= The ultimate language for obfuscation and job security -USE_TOOLS+= yacc +USE_TOOLS+= lex yacc .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3