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/7bfbcbc97eea
branches:  trunk
changeset: 414834:7bfbcbc97eea
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 9ce7960a13ed -r 7bfbcbc97eea 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