summaryrefslogtreecommitdiff
path: root/lang/hugs
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-09-23 13:36:06 +0000
committerjoerg <joerg@pkgsrc.org>2006-09-23 13:36:06 +0000
commitedf0a1a8e9d42bc00117f4e31e4d85cefb64e0b0 (patch)
treec5a330e376ec6388378530f24e2b20e2d3668658 /lang/hugs
parent17172c8e019b068290339cabf1587b546f4360b4 (diff)
downloadpkgsrc-edf0a1a8e9d42bc00117f4e31e4d85cefb64e0b0.tar.gz
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 (limited to 'lang/hugs')
-rw-r--r--lang/hugs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index 5a90318b8ac..94d132db97d 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -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 @@ HOMEPAGE= http://www.haskell.org/hugs/
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}