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:   joerg
Date:           Sun Jan  7 21:02:29 UTC 2018

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

Log Message:
Add missing dependency on ocaml-lwt. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/textproc/ocaml-csv/Makefile:1.16
--- pkgsrc/textproc/ocaml-csv/Makefile:1.15     Tue Oct 10 09:47:25 2017
+++ pkgsrc/textproc/ocaml-csv/Makefile  Sun Jan  7 21:02:29 2018
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2017/10/10 09:47:25 jaapb Exp $
+# $NetBSD: Makefile,v 1.16 2018/01/07 21:02:29 joerg Exp $
 
 VERSION=       2.0
 GITHUB_PROJECT=        ocaml-csv
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Chris00/}
 
@@ -17,4 +18,5 @@ USE_LANGUAGES=        c
 OCAML_USE_JBUILDER=    yes
 
 .include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-lwt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index