pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Sep  8 19:09:26 UTC 2017

Modified Files:
        pkgsrc/mk: ocaml.mk

Log Message:
jbuilder not always uses opam, it's just the default


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mk/ocaml.mk

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

Modified files:

Index: pkgsrc/mk/ocaml.mk
diff -u pkgsrc/mk/ocaml.mk:1.15 pkgsrc/mk/ocaml.mk:1.16
--- pkgsrc/mk/ocaml.mk:1.15     Fri Sep  8 08:39:06 2017
+++ pkgsrc/mk/ocaml.mk  Fri Sep  8 19:09:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.15 2017/09/08 08:39:06 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.16 2017/09/08 19:09:26 jaapb Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 #
@@ -150,7 +150,7 @@ INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/
 # Configure stuff for JBUILDER
 .if ${OCAML_USE_JBUILDER} == "yes"
 .include "../../devel/ocaml-jbuilder/buildlink3.mk"
-OCAML_USE_OPAM=        yes
+OCAML_USE_OPAM?=       yes
 .endif
 
 # Value for OCAML_SITELIBDIR



Home | Main Index | Thread Index | Old Index