diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-06 08:52:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-06 08:52:09 +0000 |
commit | e341022f43f65bde57e4e6be6e1c56fcb2549663 (patch) | |
tree | eab1b039f971f3cc9c1dd40806ac345369716f37 /net | |
parent | 98df59b8cde34a7e5356a7e6fe2673a2a20c5c09 (diff) | |
download | pkgsrc-e341022f43f65bde57e4e6be6e1c56fcb2549663.tar.gz |
Depend on ocaml-3.11.2 per the web page (via Nicolas Thauvin).
Diffstat (limited to 'net')
-rw-r--r-- | net/unison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |