diff options
Diffstat (limited to 'devel/ocamlmod')
-rw-r--r-- | devel/ocamlmod/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ocamlmod/Makefile b/devel/ocamlmod/Makefile index 82f20751101..ae9e76176b4 100644 --- a/devel/ocamlmod/Makefile +++ b/devel/ocamlmod/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2016/05/05 11:45:39 jaapb Exp $ DISTNAME= ocamlmod-0.0.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1350/ @@ -11,6 +11,7 @@ COMMENT= Generate OCaml modules from source files LICENSE= gnu-lgpl-v2.1 OCAML_USE_OASIS= yes +OCAML_FINDLIB_REGISTER= no .include "../../mk/ocaml.mk" .include "../../mk/bsd.pkg.mk" |