summaryrefslogtreecommitdiff
path: root/lang/ocaml/buildlink3.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-04-22 09:18:34 +0000
committertron <tron@pkgsrc.org>2004-04-22 09:18:34 +0000
commit65fe8e9b9468384d090cd74dd026c2c191eb3f3a (patch)
tree59672b97d93cb0901c01e1fad17ba3b32b924095 /lang/ocaml/buildlink3.mk
parent13e2fd89aaf1ee00316b9a85e1468e9d2df35b29 (diff)
downloadpkgsrc-65fe8e9b9468384d090cd74dd026c2c191eb3f3a.tar.gz
Fix various issues with this package:
- split patches files - always enable threading which has various advantages - it fixes the build of the Tk library - it greatly simplifies the package list handling - it provides threading support under NetBSD 1.6/1.6.x - correct default dependence in "buildlink2.mk" to "build" Bump package revision because of all these changes.
Diffstat (limited to 'lang/ocaml/buildlink3.mk')
-rw-r--r--lang/ocaml/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/buildlink3.mk b/lang/ocaml/buildlink3.mk
index cff602c181c..9c36f9a957d 100644
--- a/lang/ocaml/buildlink3.mk
+++ b/lang/ocaml/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/03/05 19:25:36 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2004/04/22 09:18:35 tron Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
OCAML_BUILDLINK3_MK:= ${OCAML_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nocaml}
BUILDLINK_PACKAGES+= ocaml
.if !empty(OCAML_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.ocaml+= ocaml>=3.06
+BUILDLINK_DEPENDS.ocaml+= ocaml>=3.06nb6
BUILDLINK_PKGSRCDIR.ocaml?= ../../lang/ocaml
BUILDLINK_DEPMETHOD.ocaml?= build
.endif # OCAML_BUILDLINK3_MK