summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-07 17:31:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-07 17:31:59 +0000
commit7f4e48c089d57cf9c5d9613a367229b3ec6ed0b1 (patch)
tree0f563f9d494f760077e67cce76827f609f3ce11e
parentbf9613cea307524d02ad33127fa51154822e37c5 (diff)
downloadfreebsd-ports-7f4e48c089d57cf9c5d9613a367229b3ec6ed0b1.zip
Fix build with Python 3
-rw-r--r--devel/py-aws-xray-sdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-aws-xray-sdk/Makefile b/devel/py-aws-xray-sdk/Makefile
index 6da249effa17..a003937afc36 100644
--- a/devel/py-aws-xray-sdk/Makefile
+++ b/devel/py-aws-xray-sdk/Makefile
@@ -24,5 +24,6 @@ USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+USE_LOCALE= en_US.UTF-8
.include <bsd.port.mk>