pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/hugs Require bison. hugs's configure is not happy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9ba07c95c1c
branches:  trunk
changeset: 518913:b9ba07c95c1c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Sep 23 13:36:06 2006 +0000

description:
Require bison. hugs's configure is not happy with byacc for
unknown reasons and since some platforms have at least even
weaker yacc's than the BSDs, don't try to hack around that.

diffstat:

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

diffs (18 lines):

diff -r 03ccea0c5170 -r b9ba07c95c1c lang/hugs/Makefile
--- a/lang/hugs/Makefile        Sat Sep 23 13:29:49 2006 +0000
+++ b/lang/hugs/Makefile        Sat Sep 23 13:36:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/09/17 16:49:57 jmmv Exp $
+# $NetBSD: Makefile,v 1.35 2006/09/23 13:36:06 joerg Exp $
 
 DISTNAME=      hugs98-May2006
 PKGNAME=       hugs98-200605
@@ -11,7 +11,7 @@
 COMMENT=       Functional programming system based on Haskell 98
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake bison
 
 CONFIGURE_ARGS+=       --build=${MACHINE_GNU_PLATFORM:Q}
 CONFIGURE_ARGS+=       --target=${MACHINE_GNU_PLATFORM:Q}



Home | Main Index | Thread Index | Old Index