pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/hledger-lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  3 08:02:17 UTC 2020

Modified Files:
        pkgsrc/finance/hledger-lib: Makefile

Log Message:
hledger-lib: add missing DEPENDS.

Fixes build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/hledger-lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/hledger-lib/Makefile
diff -u pkgsrc/finance/hledger-lib/Makefile:1.1 pkgsrc/finance/hledger-lib/Makefile:1.2
--- pkgsrc/finance/hledger-lib/Makefile:1.1     Mon Mar 30 16:52:48 2020
+++ pkgsrc/finance/hledger-lib/Makefile Fri Apr  3 08:02:17 2020
@@ -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 @@ HOMEPAGE=     https://github.com/simonmichae
 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