From e341022f43f65bde57e4e6be6e1c56fcb2549663 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 6 Aug 2011 08:52:09 +0000 Subject: Depend on ocaml-3.11.2 per the web page (via Nicolas Thauvin). --- net/unison/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/unison/Makefile b/net/unison/Makefile index 479184c1919..d7e2b5911a0 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2011/08/03 12:50:42 is Exp $ +# $NetBSD: Makefile,v 1.46 2011/08/06 08:52:09 wiz Exp $ DISTNAME= unison-2.40.63 CATEGORIES= net @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .if (${MACHINE_ARCH} == "arm") BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.12.0nb2 .else -BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.08.2 +BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.11.2 .endif # docs: unison-manual.pdf/html/ps/dvi -- cgit v1.2.3