diff options
author | antoine <antoine@FreeBSD.org> | 2018-01-21 16:07:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-01-21 16:07:59 +0800 |
commit | aa36098d01a167c86e614152ad56f3c46e4d20de (patch) | |
tree | e308b05a91bae79b0bafc0fa115e155d8bb4c918 /www | |
parent | 97f78dc3b896587a0f7f809bf6ed40b57b7f717b (diff) | |
download | freebsd-ports-gnome-aa36098d01a167c86e614152ad56f3c46e4d20de.tar.gz freebsd-ports-gnome-aa36098d01a167c86e614152ad56f3c46e4d20de.tar.zst freebsd-ports-gnome-aa36098d01a167c86e614152ad56f3c46e4d20de.zip |
Fix build of the python 3 flavors
Reported by: pkg-fallout
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-statici18n/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |