diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-09 20:19:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-09 20:19:49 +0000 |
commit | da0b662a50b0554a2e662d4645e73e1f244d79b1 (patch) | |
tree | 37dcbb288bfbed39a0997c6995fa57a6a9114160 | |
parent | deskutils/foliate: Fix the desktop shortcut. (diff) |
Unbreak bulk -a
Notes
Notes:
svn path=/head/; revision=531268
-rw-r--r-- | devel/py-django-tastypie-mongoengine/Makefile | 2 |
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> |