summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-09-29 07:34:45 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-09-29 07:34:45 +0000
commitfb4b09c13515275e62f41057d590bbab5fecdaca (patch)
tree4df11d3c5cc7d2b7716d3de9bb4bf7c9bee21dc7
parentAdd port vor vlc3 until 2.x is deprecated and removed (diff)
textproc/py-pygments: Corect the .if condition for CONFLICTS_INSTALL
Reported by: mat
Notes
Notes: svn path=/head/; revision=480898
-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