pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-lucid hs-lucid: add missing DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7e8bf8878e6
branches:  trunk
changeset: 426569:e7e8bf8878e6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 03 07:22:04 2020 +0000

description:
hs-lucid: add missing DEPENDS

Fixes build.

diffstat:

 textproc/hs-lucid/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 107263c98ade -r e7e8bf8878e6 textproc/hs-lucid/Makefile
--- a/textproc/hs-lucid/Makefile        Fri Apr 03 06:26:27 2020 +0000
+++ b/textproc/hs-lucid/Makefile        Fri Apr 03 07:22:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:47:25 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:22:04 wiz Exp $
 
 DISTNAME=      lucid-2.9.12
 CATEGORIES=    textproc
@@ -9,6 +9,9 @@
 COMMENT=       Clear to write, read and edit DSL for HTML
 LICENSE=       modified-bsd
 
+DEPENDS+=      hs-blaze-builder-[0-9]*:../../devel/hs-blaze-builder
+DEPENDS+=      hs-unordered-containers-[0-9]*:../../devel/hs-unordered-containers
+
 USE_LANGUAGES= # none
 
 .include "../../devel/hs-mmorph/buildlink3.mk"



Home | Main Index | Thread Index | Old Index