Index: head/www/py-django-hijack/Makefile =================================================================== --- head/www/py-django-hijack/Makefile (revision 536461) +++ head/www/py-django-hijack/Makefile (revision 536462) @@ -1,23 +1,25 @@ # Created by: Kevin Golding # $FreeBSD$ PORTNAME= django-hijack PORTVERSION= 2.1.10 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org -COMMENT= Allows DJango superusers to login as other users +COMMENT= Allows Django superusers to login as other users LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>0:www/py-django22@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-compat>=1.0.14:www/py-django-compat@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include