aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-django
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2014-10-20 01:11:50 +0800
committerlwhsu <lwhsu@FreeBSD.org>2014-10-20 01:11:50 +0800
commit4b28e3ef41b41ae0cb3f634461e996aa79f1d6d5 (patch)
tree0be62fd1384c2f259e722f590f9c9ed8b9281d3b /www/py-django
parentbae175871d2ef5412b93379751ccf8d2e124afd0 (diff)
downloadfreebsd-ports-gnome-4b28e3ef41b41ae0cb3f634461e996aa79f1d6d5.tar.gz
freebsd-ports-gnome-4b28e3ef41b41ae0cb3f634461e996aa79f1d6d5.tar.zst
freebsd-ports-gnome-4b28e3ef41b41ae0cb3f634461e996aa79f1d6d5.zip
- Make 1.7.* and -devel work with Python3
Poked by: rm
Diffstat (limited to 'www/py-django')
-rw-r--r--www/py-django/Makefile2
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