summaryrefslogtreecommitdiff
path: root/lang/mono/buildlink3.mk
diff options
context:
space:
mode:
authorrecht <recht>2004-08-27 22:02:47 +0000
committerrecht <recht>2004-08-27 22:02:47 +0000
commitc2480c50c2f02729acad378d683231255bc6bd59 (patch)
tree5beae3331a4dc7c3d4585064211e68edd6d61280 /lang/mono/buildlink3.mk
parentafabe5a7a7f13d4a18e20e148e18e45e6ebf5d29 (diff)
downloadpkgsrc-c2480c50c2f02729acad378d683231255bc6bd59.tar.gz
update to mono-1.0.1
Mono 1.0.1 is a maintenance release release for the 1.0 series of the Mono runtime and thus only contains bug-fixes -- most notably for amd64. While at it apply some changes to the package: - Remove the MONO_GC_TYPE Makefile knob -- with 1.x the included libgc is the way to go. - Also remove MONO_USE_NPTL knob and let configure do the right thing.
Diffstat (limited to 'lang/mono/buildlink3.mk')
-rw-r--r--lang/mono/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/buildlink3.mk b/lang/mono/buildlink3.mk
index 4cb07c4d307..418118f3f3a 100644
--- a/lang/mono/buildlink3.mk
+++ b/lang/mono/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2004/07/13 14:45:33 recht Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2004/08/27 22:02:47 recht Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
MONO_BUILDLINK3_MK:= ${MONO_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmono}
BUILDLINK_PACKAGES+= mono
.if !empty(MONO_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.mono+= mono>=1.0nb1
+BUILDLINK_DEPENDS.mono+= mono>=1.0.1
BUILDLINK_PKGSRCDIR.mono?= ../../lang/mono
.endif # MONO_BUILDLINK3_MK