pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ce7960a13ed
branches:  trunk
changeset: 414833:9ce7960a13ed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 03 07:28:12 2020 +0000

description:
hs-hashtables: add missing DEPENDS.

Fixes build.

diffstat:

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

diffs (19 lines):

diff -r b770e463b441 -r 9ce7960a13ed devel/hs-hashtables/Makefile
--- a/devel/hs-hashtables/Makefile      Fri Apr 03 07:25:43 2020 +0000
+++ b/devel/hs-hashtables/Makefile      Fri Apr 03 07:28:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:40:26 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:28:12 wiz Exp $
 
 DISTNAME=      hashtables-1.2.3.4
 CATEGORIES=    devel
@@ -9,5 +9,9 @@
 COMMENT=       Mutable hash tables in the ST monad
 LICENSE=       modified-bsd
 
+DEPENDS+=      hs-hashable-[0-9]*:../../devel/hs-hashable
+DEPENDS+=      hs-primitive-[0-9]*:../../devel/hs-primitive
+DEPENDS+=      hs-vector-[0-9]*:../../devel/hs-vector
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index