aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textproc/py-pygments/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile
index a84c9853210f..743ff8307e87 100644
--- a/textproc/py-pygments/Makefile
+++ b/textproc/py-pygments/Makefile
@@ -19,7 +19,7 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
-.if ${PYTHON_VER} == 2.7
+.if ${PYTHON_VER} == ${PYTHON_DEFAULT}
CONFLICTS_INSTALL= paraview
.endif