diff options
author | jmmv <jmmv> | 2003-05-09 13:05:33 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-09 13:05:33 +0000 |
commit | b3eb6e037f55c0792a1620db91ee1431bbd26c1d (patch) | |
tree | 9eba80f549a1643b1128458341c977e46391bae8 /lang/mono | |
parent | de44fd986c1f37a1d6d56c247fb1b8bf23c06098 (diff) | |
download | pkgsrc-b3eb6e037f55c0792a1620db91ee1431bbd26c1d.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 |