svn commit: r486956 - head/science/py-pygeodesy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 8 15:43:08 UTC 2018
Author: sunpoet
Date: Sat Dec 8 15:43:07 2018
New Revision: 486956
URL: https://svnweb.freebsd.org/changeset/ports/486956
Log:
Fix build with Python 3
Modified:
head/science/py-pygeodesy/Makefile
Modified: head/science/py-pygeodesy/Makefile
==============================================================================
--- head/science/py-pygeodesy/Makefile Sat Dec 8 15:17:58 2018 (r486955)
+++ head/science/py-pygeodesy/Makefile Sat Dec 8 15:43:07 2018 (r486956)
@@ -16,4 +16,6 @@ LICENSE= MIT
USES= python zip
USE_PYTHON= autoplist concurrent distutils
+USE_LOCALE= en_US.UTF-8
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list