pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hs-cassava
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 3 07:40:44 UTC 2020
Modified Files:
pkgsrc/textproc/hs-cassava: Makefile
Log Message:
hs-cassava: add missing DEPENDS.
Fixes build.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/hs-cassava/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/hs-cassava/Makefile
diff -u pkgsrc/textproc/hs-cassava/Makefile:1.1 pkgsrc/textproc/hs-cassava/Makefile:1.2
--- pkgsrc/textproc/hs-cassava/Makefile:1.1 Mon Mar 30 16:49:19 2020
+++ pkgsrc/textproc/hs-cassava/Makefile Fri Apr 3 07:40:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:49:19 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:40:44 wiz Exp $
DISTNAME= cassava-0.5.2.0
CATEGORIES= textproc
@@ -9,6 +9,10 @@ HOMEPAGE= https://github.com/hvr/cassava
COMMENT= CSV parsing and encoding library
LICENSE= modified-bsd
+DEPENDS+= hs-attoparsec-[0-9]*:../../textproc/hs-attoparsec
+DEPENDS+= hs-unordered-containers-[0-9]*:../../devel/hs-unordered-containers
+DEPENDS+= hs-vector-[0-9]*:../../devel/hs-vector
+
USE_LANGUAGES= # none
.include "../../devel/hs-Only/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index