summaryrefslogtreecommitdiff
path: root/finance/hs-hledger
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-07 05:18:08 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-07 05:18:08 +0000
commit82614c5666939c989160e803e683d1c092dabe99 (patch)
treeecd707590d734e156465f7164314e6004cb3df14 /finance/hs-hledger
parentCatch up with dependency update from r547729 by sunpoet. (diff)
finance/hs-hledger*: Change locale to en_US.UTF-8, allow on 11
Suggested by: arrowd
Notes
Notes: svn path=/head/; revision=547874
Diffstat (limited to 'finance/hs-hledger')
-rw-r--r--finance/hs-hledger/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/finance/hs-hledger/Makefile b/finance/hs-hledger/Makefile
index 8bd4849c3e78..2ceea512744a 100644
--- a/finance/hs-hledger/Makefile
+++ b/finance/hs-hledger/Makefile
@@ -10,10 +10,8 @@ COMMENT= Accounting software for both power users and folks new to accounting
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_FreeBSD_11= needs the the C.UTF-8 locale
-
USES= cabal
-USE_LOCALE= C.UTF-8
+USE_LOCALE= en_US.UTF-8
USE_CABAL= \
Decimal-0.5.1 \
Diff-0.4.0 \