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/721737c3d3ee
branches: trunk
changeset: 426580:721737c3d3ee
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 00e038276e65 -r 721737c3d3ee 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