From 9fc0e3be06d52e9beb8983a609f9ec890cbe82ec Mon Sep 17 00:00:00 2001 From: dholland Date: Fri, 1 Jun 2012 00:02:14 +0000 Subject: USE_TOOLS+=flex; Solaris build says "You need flex to build Mercury". --- lang/mercury/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/mercury') diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index b5090bba8a2..9f0fbe09651 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/03/27 18:43:30 dholland Exp $ +# $NetBSD: Makefile,v 1.39 2012/06/01 00:02:14 dholland Exp $ DISTNAME= mercury-compiler-11.07 PKGNAME= mercury-11.07 @@ -14,7 +14,7 @@ COMMENT= Modern logic/functional programming language PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= gmake pax bison +USE_TOOLS+= gmake pax bison flex USE_TOOLS+= perl # ? USE_GNU_READLINE= yes # rl_prep_term_function INFO_FILES= # PLIST -- cgit v1.2.3