aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2016-07-29 20:07:09 +0800
committerrm <rm@FreeBSD.org>2016-07-29 20:07:09 +0800
commit5d73afc76a6c3a2a1ae672553d1fefc4083e0518 (patch)
treebb6b12fa79353f117585ca3d491468a746577e54 /www
parente49486c84ec84ea4f89d25cbddd3bf58b9fd8c1b (diff)
downloadfreebsd-ports-gnome-5d73afc76a6c3a2a1ae672553d1fefc4083e0518.tar.gz
freebsd-ports-gnome-5d73afc76a6c3a2a1ae672553d1fefc4083e0518.tar.zst
freebsd-ports-gnome-5d73afc76a6c3a2a1ae672553d1fefc4083e0518.zip
www/py-django-bitfield: do not depend upon Python meta-port
Diffstat (limited to 'www')
-rw-r--r--www/py-django-bitfield/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-bitfield/Makefile b/www/py-django-bitfield/Makefile
index 1491111d92a4..bd61433b1819 100644
--- a/www/py-django-bitfield/Makefile
+++ b/www/py-django-bitfield/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18 \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
NO_ARCH= yes
-USES= python
+USES= python:2.7+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>