pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ocaml-csv



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sat Jul 15 10:18:33 UTC 2017

Modified Files:
        pkgsrc/textproc/ocaml-csv: Makefile

Log Message:
Added needed dependency on ocaml-oasis


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/ocaml-csv/Makefile

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

Modified files:

Index: pkgsrc/textproc/ocaml-csv/Makefile
diff -u pkgsrc/textproc/ocaml-csv/Makefile:1.12 pkgsrc/textproc/ocaml-csv/Makefile:1.13
--- pkgsrc/textproc/ocaml-csv/Makefile:1.12     Tue Jul 11 12:35:54 2017
+++ pkgsrc/textproc/ocaml-csv/Makefile  Sat Jul 15 10:18:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/07/11 12:35:54 jaapb Exp $
+# $NetBSD: Makefile,v 1.13 2017/07/15 10:18:33 jaapb Exp $
 
 VERSION=       1.7
 GITHUB_PROJECT=        ocaml-csv
@@ -31,4 +31,5 @@ post-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/_build/examples/csvtool.byte ${DESTDIR}${PREFIX}/bin/csvtool
 .endif
 
+.include "../../devel/ocaml-oasis/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index