Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2018 08:07:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459572 - head/www/py-django-statici18n
Message-ID:  <201801210807.w0L87xb2091587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan 21 08:07:59 2018
New Revision: 459572
URL: https://svnweb.freebsd.org/changeset/ports/459572

Log:
  Fix build of the python 3 flavors
  
  Reported by:	pkg-fallout

Modified:
  head/www/py-django-statici18n/Makefile

Modified: head/www/py-django-statici18n/Makefile
==============================================================================
--- head/www/py-django-statici18n/Makefile	Sun Jan 21 02:51:01 2018	(r459571)
+++ head/www/py-django-statici18n/Makefile	Sun Jan 21 08:07:59 2018	(r459572)
@@ -17,6 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:www/py
 		${PYTHON_PKGNAMEPREFIX}django-appconf>=0.6:www/py-django-appconf@${FLAVOR}
 
 USES=		python
+USE_LOCALE=	en_US.UTF-8
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 



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