diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-10-19 17:11:50 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-10-19 17:11:50 +0000 |
commit | 24b7c6a88d1c253f76f3e16ff5a1b73d480ba828 (patch) | |
tree | 0be62fd1384c2f259e722f590f9c9ed8b9281d3b /www/py-django/Makefile | |
parent | - Allow staging as a regular user (diff) |
- Make 1.7.* and -devel work with Python3
Poked by: rm
Notes
Notes:
svn path=/head/; revision=371200
Diffstat (limited to '')
-rw-r--r-- | www/py-django/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile index d8238eb8e834..115a4fc801de 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -16,7 +16,7 @@ COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe python:2 +USES= cpe python USE_PYTHON= autoplist distutils CPE_VENDOR= djangoproject |