pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-cassava hs-cassava: add missing DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ed2b3310a88
branches:  trunk
changeset: 426575:8ed2b3310a88
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 03 07:40:44 2020 +0000

description:
hs-cassava: add missing DEPENDS.

Fixes build.

diffstat:

 textproc/hs-cassava/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 4b3f6c90a24e -r 8ed2b3310a88 textproc/hs-cassava/Makefile
--- a/textproc/hs-cassava/Makefile      Fri Apr 03 07:39:47 2020 +0000
+++ b/textproc/hs-cassava/Makefile      Fri Apr 03 07:40:44 2020 +0000
@@ -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 @@
 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