diff options
author | jmmv <jmmv> | 2003-05-22 16:48:28 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-22 16:48:28 +0000 |
commit | 9e02f53a5e79ccf0ff8bba225f79aa4206cac1d5 (patch) | |
tree | bcbd59bfddb08274b9ce3fdd35f6d100e7453890 /lang/mono | |
parent | 3ae1af0873a6135213cd110cc2055a22b34d3b4b (diff) | |
download | pkgsrc-9e02f53a5e79ccf0ff8bba225f79aa4206cac1d5.tar.gz |
Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixes
a problem introduced in the 6.2alpha4 package.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 25608b3ffab..4156c5dc11c 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/05/09 14:17:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/05/22 16:48:29 jmmv Exp $ # DISTNAME= mono-0.24 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.go-mono.org/archive/ @@ -9,8 +10,6 @@ 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.2alpha4 - # 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 |