Index: head/textproc/py-pygments/Makefile =================================================================== --- head/textproc/py-pygments/Makefile (revision 480897) +++ head/textproc/py-pygments/Makefile (revision 480898) @@ -1,26 +1,26 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= pygments PORTVERSION= 2.2.0 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 concurrent autoplist NO_ARCH= yes .include -.if ${PYTHON_VER} == 2.7 +.if ${PYTHON_VER} == ${PYTHON_DEFAULT} CONFLICTS_INSTALL= paraview .endif .include