diff options
author | jaapb <jaapb@pkgsrc.org> | 2015-04-29 09:37:40 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2015-04-29 09:37:40 +0000 |
commit | d36859538a82ec276da7703c9a77e10499db1f4a (patch) | |
tree | b00771876f79b70dc7e4e134c97689f2b5177806 /time/ocaml-calendar/buildlink3.mk | |
parent | f115e1a17359e0e77c557c718d09177dac61b9f7 (diff) | |
download | pkgsrc-d36859538a82ec276da7703c9a77e10499db1f4a.tar.gz |
Updated to latest version, 2.04. Changes include:
* [Makefile] Fix minor issues with ocamlfind and 'make install' (from
Christopher Zimmermann).
o [Printer] In function from_fstring of sub-module Ftime, Fcalendar, and
Precise_Fcalendar, the number of seconds corresponding to %S may be a floating
point number (from Christophe Troestler' suggestion).
Added buildlink file, and updated package to use ocaml.mk framework.
Diffstat (limited to 'time/ocaml-calendar/buildlink3.mk')
-rw-r--r-- | time/ocaml-calendar/buildlink3.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/time/ocaml-calendar/buildlink3.mk b/time/ocaml-calendar/buildlink3.mk new file mode 100644 index 00000000000..ce3cd1069e4 --- /dev/null +++ b/time/ocaml-calendar/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2015/04/29 09:37:40 jaapb Exp $ + +BUILDLINK_TREE+= ocaml-calendar + +.if !defined(OCAML_CALENDAR_BUILDLINK3_MK) +OCAML_CALENDAR_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.ocaml-calendar+= ocaml-calendar>=2.03.2nb4 +BUILDLINK_PKGSRCDIR.ocaml-calendar?= ../../time/ocaml-calendar + +#.include "../../lang/ocaml/buildlink3.mk" +.endif # OCAML_CALENDAR_BUILDLINK3_MK + +BUILDLINK_TREE+= -ocaml-calendar |