pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-text-short hs-text-short: add missing DEPE...



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

description:
hs-text-short: add missing DEPENDS.

Fixes build.

diffstat:

 textproc/hs-text-short/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7bfbcbc97eea -r b034cc238cf3 textproc/hs-text-short/Makefile
--- a/textproc/hs-text-short/Makefile   Fri Apr 03 07:30:53 2020 +0000
+++ b/textproc/hs-text-short/Makefile   Fri Apr 03 07:32:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:32:32 wiz Exp $
 
 DISTNAME=      text-short-0.1.3
 CATEGORIES=    textproc
@@ -9,5 +9,7 @@
 COMMENT=       Memory-efficient representation of Unicode text strings
 LICENSE=       modified-bsd
 
+DEPENDS+=      hs-hashable-[0-9]*:../../devel/hs-hashable
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index