summaryrefslogtreecommitdiff
path: root/devel/hs-hashtables
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-04-03 07:28:12 +0000
committerwiz <wiz@pkgsrc.org>2020-04-03 07:28:12 +0000
commit823d14bc054bca43c5dfdfd2beb890853d47f1b1 (patch)
tree0a7d06f5849eeb5a2c4e38a3619b7d003a121678 /devel/hs-hashtables
parent7c1ff07f2932109de1ca22d5046671aef8078358 (diff)
downloadpkgsrc-823d14bc054bca43c5dfdfd2beb890853d47f1b1.tar.gz
hs-hashtables: add missing DEPENDS.
Fixes build.
Diffstat (limited to 'devel/hs-hashtables')
-rw-r--r--devel/hs-hashtables/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/hs-hashtables/Makefile b/devel/hs-hashtables/Makefile
index 7d1117cf2cc..17b1140795f 100644
--- a/devel/hs-hashtables/Makefile
+++ b/devel/hs-hashtables/Makefile
@@ -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 @@ HOMEPAGE= https://github.com/gregorycollins/hashtables
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"