svn commit: r463053 - head/devel/py-pyvisa

Antoine Brodin antoine at FreeBSD.org
Mon Feb 26 22:14:41 UTC 2018


Author: antoine
Date: Mon Feb 26 22:14:40 2018
New Revision: 463053
URL: https://svnweb.freebsd.org/changeset/ports/463053

Log:
  Fix build of the python3 flavors

Modified:
  head/devel/py-pyvisa/Makefile

Modified: head/devel/py-pyvisa/Makefile
==============================================================================
--- head/devel/py-pyvisa/Makefile	Mon Feb 26 22:02:48 2018	(r463052)
+++ head/devel/py-pyvisa/Makefile	Mon Feb 26 22:14:40 2018	(r463053)
@@ -17,6 +17,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	hgrecco
 
 USES=		python
+USE_LOCALE=	en_US.UTF-8
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list