svn commit: r489685 - head/devel/py-pooch

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 8 13:24:35 UTC 2019


Author: sunpoet
Date: Tue Jan  8 13:24:33 2019
New Revision: 489685
URL: https://svnweb.freebsd.org/changeset/ports/489685

Log:
  Fix build with Python 3

Modified:
  head/devel/py-pooch/Makefile

Modified: head/devel/py-pooch/Makefile
==============================================================================
--- head/devel/py-pooch/Makefile	Tue Jan  8 13:20:19 2019	(r489684)
+++ head/devel/py-pooch/Makefile	Tue Jan  8 13:24:33 2019	(r489685)
@@ -21,6 +21,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+USE_LOCALE=	en_US.UTF-8
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list