diff options
Diffstat (limited to 'time/ocaml-calendar')
-rw-r--r-- | time/ocaml-calendar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/ocaml-calendar/Makefile b/time/ocaml-calendar/Makefile index 1c3d2c2b9b3..a4215d60743 100644 --- a/time/ocaml-calendar/Makefile +++ b/time/ocaml-calendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2018/11/12 16:10:28 jaapb Exp $ +# $NetBSD: Makefile,v 1.23 2019/11/02 16:28:38 rillig Exp $ # DISTNAME= calendar-2.04 @@ -12,8 +12,8 @@ HOMEPAGE= http://calendar.forge.ocamlcore.org/ COMMENT= OCaml library managing dates and times LICENSE= gnu-lgpl-v2.1 -GNU_CONFIGURE= yes -USE_TOOLS+= gmake +GNU_CONFIGURE= yes +USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes .include "../../mk/bsd.prefs.mk" |