pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mercury USE_TOOLS+=flex; Solaris build says "You ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c5fe3bc104e
branches:  trunk
changeset: 604499:2c5fe3bc104e
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Jun 01 00:02:14 2012 +0000

description:
USE_TOOLS+=flex; Solaris build says "You need flex to build Mercury".

diffstat:

 lang/mercury/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e116618f350e -r 2c5fe3bc104e lang/mercury/Makefile
--- a/lang/mercury/Makefile     Thu May 31 23:44:54 2012 +0000
+++ b/lang/mercury/Makefile     Fri Jun 01 00:02:14 2012 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index