From aa36098d01a167c86e614152ad56f3c46e4d20de Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 21 Jan 2018 08:07:59 +0000 Subject: Fix build of the python 3 flavors Reported by: pkg-fallout --- www/py-django-statici18n/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www') diff --git a/www/py-django-statici18n/Makefile b/www/py-django-statici18n/Makefile index 2f58adf623c8..764efe7b0d43 100644 --- a/www/py-django-statici18n/Makefile +++ b/www/py-django-statici18n/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} \ ${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 -- cgit