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: Tue Oct 17 09:42:52 UTC 2017
Modified Files:
pkgsrc/mk: ocaml.mk
Log Message:
Modified file so that opam automatically uses findlib
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/mk/ocaml.mk:1.18
--- pkgsrc/mk/ocaml.mk:1.17 Fri Sep 8 22:18:46 2017
+++ pkgsrc/mk/ocaml.mk Tue Oct 17 09:42:52 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.17 2017/09/08 22:18:46 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.18 2017/10/17 09:42:52 jaapb Exp $
#
# This Makefile fragment handles the common variables used by OCaml packages.
#
@@ -143,6 +143,7 @@ OCAML_USE_OPAM?= no
# Configure stuff for OPAM
.if ${OCAML_USE_OPAM} == "yes"
.include "../../misc/ocaml-opam/buildlink3.mk"
+OCAML_USE_FINDLIB= yes
.endif
# Configure stuff for TOPKG
Home |
Main Index |
Thread Index |
Old Index