pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mono mono needs bison to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89421410692b
branches:  trunk
changeset: 459864:89421410692b
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Aug 09 21:09:22 2003 +0000

description:
mono needs bison to build.
spotted by Michal Pasternak

diffstat:

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

diffs (23 lines):

diff -r e03e09116426 -r 89421410692b lang/mono/Makefile
--- a/lang/mono/Makefile        Sat Aug 09 20:04:44 2003 +0000
+++ b/lang/mono/Makefile        Sat Aug 09 21:09:22 2003 +0000
@@ -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 @@
 CATEGORIES=    lang
 MASTER_SITES=  http://www.go-mono.org/archive/
 
-MAINTAINER=    marc%informatik.uni-bremen.de@localhost
+MAINTAINER=    recht%NetBSD.org@localhost
 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



Home | Main Index | Thread Index | Old Index