Must set OCAML_USE_OPAM for OPAM_INSTALL_FILES to do anything.
This commit is contained in:
parent
18ffa084d0
commit
504648f6b7
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2017/09/08 22:19:52 jaapb Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2017/09/10 05:53:02 dholland Exp $
|
||||
|
||||
VERSION= 1.0.1
|
||||
PKGREVISION= 2
|
||||
|
@ -16,6 +16,7 @@ USE_LANGUAGES= c
|
|||
OCAML_USE_FINDLIB= yes
|
||||
OCAML_FINDLIB_DIRS= ${GITHUB_PROJECT}
|
||||
OCAML_USE_JBUILDER= yes
|
||||
OCAML_USE_OPAM= yes
|
||||
OPAM_INSTALL_FILES= ${GITHUB_PROJECT}
|
||||
|
||||
.include "../../mk/ocaml.mk"
|
||||
|
|
Loading…
Reference in a new issue