diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-22 16:48:28 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-22 16:48:28 +0000 |
commit | ea556403d56498ed39b516f8fb9e82d856896303 (patch) | |
tree | bcbd59bfddb08274b9ce3fdd35f6d100e7453890 /lang/mono | |
parent | 466195406a1ac5e680b128a8244749288ce8f178 (diff) | |
download | pkgsrc-ea556403d56498ed39b516f8fb9e82d856896303.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 |