Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2019 13:24:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489685 - head/devel/py-pooch
Message-ID:  <201901081324.x08DOYRC081690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901081324.x08DOYRC081690>