aboutsummaryrefslogtreecommitdiff
path: root/finance/hs-hledger-ui
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-ui
parent7cc30d4708861162fc182191b13ab432c18fe4c3 (diff)
downloadports-82614c5666939c989160e803e683d1c092dabe99.tar.gz
ports-82614c5666939c989160e803e683d1c092dabe99.zip
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-ui')
-rw-r--r--finance/hs-hledger-ui/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/finance/hs-hledger-ui/Makefile b/finance/hs-hledger-ui/Makefile
index 3cf0f3750048..e1963bca1a46 100644
--- a/finance/hs-hledger-ui/Makefile
+++ b/finance/hs-hledger-ui/Makefile
@@ -10,10 +10,8 @@ COMMENT= UI for hledger, the accounting software package
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 \