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 | |
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 'www')
-rw-r--r-- | www/py-django-devel/Makefile | 2 | ||||
-rw-r--r-- | www/py-django/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/py-django-devel/Makefile b/www/py-django-devel/Makefile index d706d0f9858f..e4698293bd73 100644 --- a/www/py-django-devel/Makefile +++ b/www/py-django-devel/Makefile @@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE SNAPSHOTDATE= 20140821 -USES= cpe gettext python:2 +USES= cpe gettext python USE_GITHUB= yes USE_PYTHON= autoplist distutils 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 |