diff options
Diffstat (limited to 'devel/ocaml-seq/Makefile')
-rw-r--r-- | devel/ocaml-seq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ocaml-seq/Makefile b/devel/ocaml-seq/Makefile index bc5161609dd..96143cf222c 100644 --- a/devel/ocaml-seq/Makefile +++ b/devel/ocaml-seq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/05/13 11:30:24 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/11/03 10:39:26 rillig Exp $ GITHUB_PROJECT= seq DISTNAME= ${GITHUB_PROJECT}-0.1 @@ -11,8 +11,8 @@ HOMEPAGE= https://github.com/c-cube/seq/ COMMENT= Ocaml seq library compatibility package LICENSE= gnu-lgpl-v2.1 -USE_LANGUAGES= # none -USE_TOOLS+= gmake +USE_LANGUAGES= # none +USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes BUILD_TARGET= build |