svn commit: r459572 - head/www/py-django-statici18n
Antoine Brodin
antoine at FreeBSD.org
Sun Jan 21 08:08:00 UTC 2018
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
More information about the svn-ports-head
mailing list