pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/hledger-lib hledger-lib: add missing DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93b2149e7f06
branches:  trunk
changeset: 414842:93b2149e7f06
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 03 08:02:17 2020 +0000

description:
hledger-lib: add missing DEPENDS.

Fixes build.

diffstat:

 finance/hledger-lib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 32a34daeb266 -r 93b2149e7f06 finance/hledger-lib/Makefile
--- a/finance/hledger-lib/Makefile      Fri Apr 03 07:46:30 2020 +0000
+++ b/finance/hledger-lib/Makefile      Fri Apr 03 08:02:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:52:48 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 08:02:17 wiz Exp $
 
 .include "../../finance/hledger/common.mk"
 
@@ -10,6 +10,9 @@
 COMMENT=       Plain-text accounting tool
 LICENSE=       gnu-gpl-v3
 
+DEPENDS+=      hs-data-default-[0-9]*:../../devel/hs-data-default
+DEPENDS+=      hs-utf8-string-[0-9]*:../../devel/hs-utf8-string
+
 USE_LANGUAGES= # none
 
 .include "../../converters/hs-aeson/buildlink3.mk"



Home | Main Index | Thread Index | Old Index