summaryrefslogtreecommitdiff
path: root/textproc/hs-shakespeare
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-04-03 07:25:43 +0000
committerwiz <wiz@pkgsrc.org>2020-04-03 07:25:43 +0000
commit7c1ff07f2932109de1ca22d5046671aef8078358 (patch)
tree8d722d9078da09544015149cc564fb5c7e3021ac /textproc/hs-shakespeare
parentea1cd1dd910e13b5f064d846afec615412947ca7 (diff)
downloadpkgsrc-7c1ff07f2932109de1ca22d5046671aef8078358.tar.gz
hs-shakespeare: add missing DEPENDS.
Fixes build.
Diffstat (limited to 'textproc/hs-shakespeare')
-rw-r--r--textproc/hs-shakespeare/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/hs-shakespeare/Makefile b/textproc/hs-shakespeare/Makefile
index b8842333299..d9e80a1e0fc 100644
--- a/textproc/hs-shakespeare/Makefile
+++ b/textproc/hs-shakespeare/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:48:01 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:25:43 wiz Exp $
DISTNAME= shakespeare-2.0.24
CATEGORIES= textproc
@@ -9,6 +9,9 @@ HOMEPAGE= http://www.yesodweb.com/book/shakespearean-templates
COMMENT= Toolkit for making compile-time interpolated templates
LICENSE= mit
+DEPENDS+= hs-aeson-[0-9]*:../../converters/hs-aeson
+DEPENDS+= hs-exceptions-[0-9]*:../../devel/hs-exceptions
+
USE_LANGUAGES= # none
.include "../../mk/haskell.mk"