pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Added variables to package variables



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a42104e91895
branches:  trunk
changeset: 348958:a42104e91895
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon Jun 20 19:44:04 2016 +0000

description:
Added variables to package variables

diffstat:

 mk/ocaml.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ea75e11afa8f -r a42104e91895 mk/ocaml.mk
--- a/mk/ocaml.mk       Mon Jun 20 19:39:43 2016 +0000
+++ b/mk/ocaml.mk       Mon Jun 20 19:44:04 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.9 2016/06/17 08:53:42 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.10 2016/06/20 19:44:04 jaapb Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 #
@@ -39,6 +39,8 @@
 _VARGROUPS+=   ocaml
 _PKG_VARS.ocaml=       \
        OCAML_USE_FINDLIB \
+       OCAML_FINDLIB_DIRS \
+       OCAML_FINDLIB_REGISTER \
        OCAML_USE_OASIS \
        OCAML_USE_OASIS_DYNRUN \
        OCAML_USE_OPAM \



Home | Main Index | Thread Index | Old Index