diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-09 13:05:33 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-09 13:05:33 +0000 |
commit | e2a378e09de9148ff2eb4a497073702f357de02a (patch) | |
tree | 9eba80f549a1643b1128458341c977e46391bae8 /lang/mono | |
parent | 747f202ffc0d0938a31c8018e91ce28d8c87dc80 (diff) | |
download | pkgsrc-e2a378e09de9148ff2eb4a497073702f357de02a.tar.gz |
Requires boehm-gc 6.1.994 or greater.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 7020a97997b..ecf35e9d4fe 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/05/09 13:03:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/09 13:05:33 jmmv Exp $ # DISTNAME= mono-0.24 @@ -9,6 +9,8 @@ MAINTAINER= marc@informatik.uni-bremen.de HOMEPAGE= http://www.go-mono.org/ COMMENT= Open source implementation of the .NET Development Framework +BUILDLINK_DEPENDS.boehm-gc= boehm-gc>=6.1.994 + # 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 |