pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-tasty-hunit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  3 07:42:34 UTC 2020

Modified Files:
        pkgsrc/devel/hs-tasty-hunit: Makefile

Log Message:
hs-tasty-hunit: add missing DEPENDS.

Fixes build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-tasty-hunit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-tasty-hunit/Makefile
diff -u pkgsrc/devel/hs-tasty-hunit/Makefile:1.1 pkgsrc/devel/hs-tasty-hunit/Makefile:1.2
--- pkgsrc/devel/hs-tasty-hunit/Makefile:1.1    Mon Mar 30 16:51:43 2020
+++ pkgsrc/devel/hs-tasty-hunit/Makefile        Fri Apr  3 07:42:34 2020
@@ -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 @@ HOMEPAGE=       https://github.com/feuerbach/t
 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