Index: head/textproc/py-pygments/Makefile =================================================================== --- head/textproc/py-pygments/Makefile (revision 434078) +++ head/textproc/py-pygments/Makefile (revision 434079) @@ -1,21 +1,21 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= pygments PORTVERSION= 2.1.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pygments-${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= Syntax highlighter written in Python LICENSE= BSD2CLAUSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include