pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ocaml-dune



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Jan 17 10:42:42 UTC 2020

Modified Files:
        pkgsrc/devel/ocaml-dune: Makefile

Log Message:
Updated OCAML_FINDLIB_DIRS variable in devel/ocaml-dune.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocaml-dune/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-dune/Makefile
diff -u pkgsrc/devel/ocaml-dune/Makefile:1.7 pkgsrc/devel/ocaml-dune/Makefile:1.8
--- pkgsrc/devel/ocaml-dune/Makefile:1.7        Fri Jan 17 10:29:34 2020
+++ pkgsrc/devel/ocaml-dune/Makefile    Fri Jan 17 10:42:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/17 10:29:34 jaapb Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/17 10:42:42 jaapb Exp $
 
 GITHUB_PROJECT=        dune
 DISTNAME=      ${GITHUB_PROJECT}-2.1.3
@@ -24,7 +24,13 @@ MAKE_ENV+=           MAKE_JOBS=${MAKE_JOBS:U1}
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1 ${OCAML_SITELIBDIR}/dune
 
 OCAML_USE_FINDLIB=     yes
-OCAML_FINDLIB_DIRS=    dune stublibs
+OCAML_FINDLIB_DIRS=    dune \
+                       dune-action-plugin \
+                       dune-build-info \
+                       dune-configurator \
+                       dune-glob \
+                       dune-private-libs \
+                       stublibs
 OCAML_USE_OPAM=                yes
 OPAM_INSTALL_FILES=    dune-glob \
                        dune-action-plugin \



Home | Main Index | Thread Index | Old Index