pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-shakespeare hs-shakespeare: add missing DE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb0610be295f
branches: trunk
changeset: 426570:cb0610be295f
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Apr 03 07:25:43 2020 +0000
description:
hs-shakespeare: add missing DEPENDS.
Fixes build.
diffstat:
textproc/hs-shakespeare/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r e7e8bf8878e6 -r cb0610be295f textproc/hs-shakespeare/Makefile
--- a/textproc/hs-shakespeare/Makefile Fri Apr 03 07:22:04 2020 +0000
+++ b/textproc/hs-shakespeare/Makefile Fri Apr 03 07:25:43 2020 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index