summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-04-09 20:19:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-04-09 20:19:49 +0000
commitda0b662a50b0554a2e662d4645e73e1f244d79b1 (patch)
tree37dcbb288bfbed39a0997c6995fa57a6a9114160
parentdeskutils/foliate: Fix the desktop shortcut. (diff)
Unbreak bulk -a
Notes
Notes: svn path=/head/; revision=531268
-rw-r--r--devel/py-django-tastypie-mongoengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-django-tastypie-mongoengine/Makefile b/devel/py-django-tastypie-mongoengine/Makefile
index 3c8c216a92bd..5526b76242ac 100644
--- a/devel/py-django-tastypie-mongoengine/Makefile
+++ b/devel/py-django-tastypie-mongoengine/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}django-tastypie>=0.9.12:www/py-django-tasty
USE_GITHUB= yes
GH_ACCOUNT= wlanslovenija
-USES= python
+USES= python:3.5+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>