Index: head/www/py-django-modelcluster/Makefile =================================================================== --- head/www/py-django-modelcluster/Makefile (revision 561155) +++ head/www/py-django-modelcluster/Makefile (revision 561156) @@ -1,28 +1,28 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= django-modelcluster PORTVERSION= 5.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Django extension for working with clusters of models as a single unit LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2015.2:devel/py-pytz@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2015.2,1:devel/py-pytz@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= TAGGIT TAGGIT_DESC= Tagging support TAGGIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-taggit>=0.20:www/py-django-taggit@${PY_FLAVOR} .include