Index: head/misc/py-pyfiglet/Makefile =================================================================== --- head/misc/py-pyfiglet/Makefile (revision 534780) +++ head/misc/py-pyfiglet/Makefile (revision 534781) @@ -1,22 +1,21 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= pyfiglet PORTVERSION= 0.7.6 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Pure-python FIGlet implementation LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -# Actually 2.6-2.7,3.1-3.5 (no 3.0) -USES= python:2.7-3.6 +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include