diff options
Diffstat (limited to 'devel/ocaml-rresult/Makefile')
-rw-r--r-- | devel/ocaml-rresult/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ocaml-rresult/Makefile b/devel/ocaml-rresult/Makefile index 6a6a6387001..61d17aceaf2 100644 --- a/devel/ocaml-rresult/Makefile +++ b/devel/ocaml-rresult/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/05/30 10:00:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/03 10:39:26 rillig Exp $ DISTNAME= rresult-0.6.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= isc USE_LANGUAGES= # none OCAML_USE_TOPKG= yes -OCAML_USE_OPAM= yes +OCAML_USE_OPAM= yes .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocaml-compiler-libs/buildlink3.mk" |