mono needs bison to build.
spotted by Michal Pasternak
This commit is contained in:
parent
584d2c955d
commit
ff92ef3d73
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue