pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-tasty hs-tasty: add missing DEPENDS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3e8383d81b5
branches: trunk
changeset: 426572:f3e8383d81b5
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Apr 03 07:30:53 2020 +0000
description:
hs-tasty: add missing DEPENDS.
Fixes build.
diffstat:
devel/hs-tasty/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1cb351ef51af -r f3e8383d81b5 devel/hs-tasty/Makefile
--- a/devel/hs-tasty/Makefile Fri Apr 03 07:28:12 2020 +0000
+++ b/devel/hs-tasty/Makefile Fri Apr 03 07:30:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:51:09 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:30:53 wiz Exp $
DISTNAME= tasty-1.2.3
CATEGORIES= devel
@@ -9,6 +9,9 @@
COMMENT= Modern and extensible testing framework
LICENSE= mit
+DEPENDS+= hs-async-[0-9]*:../../devel/hs-async
+DEPENDS+= hs-tagged-[0-9]*:../../devel/hs-tagged
+
USE_LANGUAGES= # none
.include "../../devel/hs-optparse-applicative/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index