pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-sexplib



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Jan 30 10:32:44 UTC 2018

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

Log Message:
Added missing dependency


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ocaml-sexplib/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-sexplib/Makefile
diff -u pkgsrc/devel/ocaml-sexplib/Makefile:1.13 pkgsrc/devel/ocaml-sexplib/Makefile:1.14
--- pkgsrc/devel/ocaml-sexplib/Makefile:1.13    Wed Jan 10 16:09:33 2018
+++ pkgsrc/devel/ocaml-sexplib/Makefile Tue Jan 30 10:32:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/01/10 16:09:33 jaapb Exp $
+# $NetBSD: Makefile,v 1.14 2018/01/30 10:32:44 jaapb Exp $
 
 GITHUB_PROJECT=        sexplib
 GITHUB_TAG=    v${VERS}
@@ -19,5 +19,6 @@ OCAML_USE_OPAM=       yes
 BUILD_TARGET=  default
 
 .include "../../devel/ocaml-jbuilder/buildlink3.mk"
+.include "../../math/ocaml-num/buildlink3.mk"
 .include "../../mk/ocaml.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index