summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-08-09 21:09:22 +0000
committerrecht <recht@pkgsrc.org>2003-08-09 21:09:22 +0000
commit2cbc7098555b344b66a07e77fa5f3e9ec5ef23c5 (patch)
tree9e4d46f0717ba2586d2d1b7beca429448703fc8a /lang
parentf7b5e70d2633d6eb104cc889503ab26c16995431 (diff)
downloadpkgsrc-2cbc7098555b344b66a07e77fa5f3e9ec5ef23c5.tar.gz
mono needs bison to build.
spotted by Michal Pasternak
Diffstat (limited to 'lang')
-rw-r--r--lang/mono/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index eb20cd255d7..9a145cb385c 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/13 13:52:22 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2003/08/09 21:09:22 recht Exp $
#
DISTNAME= mono-0.24
@@ -6,10 +6,12 @@ PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.org/archive/
-MAINTAINER= marc@informatik.uni-bremen.de
+MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.go-mono.org/
COMMENT= Open source implementation of the .NET Development Framework
+BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
+
# XXX: Is this really true? As seen in the website, mono should work on
# other platforms; please test.
ONLY_FOR_PLATFORM= Linux-*-i[3-6]86