diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-09 14:17:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-09 14:17:46 +0000 |
commit | 1a1fbdeba76fb2eda833d131055bf37e242442b3 (patch) | |
tree | 93180a64be9d9f6ed577ffa9ae60f1cc8bfb747d /lang/mono | |
parent | f86d6f3eaf3d217fd360d1b4ebbef41f51964b66 (diff) | |
download | pkgsrc-1a1fbdeba76fb2eda833d131055bf37e242442b3.tar.gz |
Package tools support the "alpha" suffix properly to compare versions, so
set boehm-gc's version to 6.2alpha4 instead of 6.1.994. Thanks, agc@.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index ecf35e9d4fe..25608b3ffab 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/05/09 13:05:33 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/09 14:17:47 jmmv Exp $ # DISTNAME= mono-0.24 @@ -9,7 +9,7 @@ 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 +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. |