pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-tasty-hunit hs-tasty-hunit: add missing DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e0b3952a474
branches:  trunk
changeset: 426576:8e0b3952a474
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 03 07:42:34 2020 +0000

description:
hs-tasty-hunit: add missing DEPENDS.

Fixes build.

diffstat:

 devel/hs-tasty-hunit/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8ed2b3310a88 -r 8e0b3952a474 devel/hs-tasty-hunit/Makefile
--- a/devel/hs-tasty-hunit/Makefile     Fri Apr 03 07:40:44 2020 +0000
+++ b/devel/hs-tasty-hunit/Makefile     Fri Apr 03 07:42:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:51:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:42:34 wiz Exp $
 
 DISTNAME=      tasty-hunit-0.10.0.2
 CATEGORIES=    devel
@@ -9,6 +9,8 @@
 COMMENT=       HUnit support for the Tasty test framework
 LICENSE=       mit
 
+DEPENDS+=      hs-call-stack-[0-9]*:../../devel/hs-call-stack
+
 USE_LANGUAGES= # none
 
 .include "../../devel/hs-tasty/buildlink3.mk"



Home | Main Index | Thread Index | Old Index