aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-pygments
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-09-29 15:34:45 +0800
committeryuri <yuri@FreeBSD.org>2018-09-29 15:34:45 +0800
commit04722c57d9d625f53ea7083f54d9f18b863fa853 (patch)
tree4df11d3c5cc7d2b7716d3de9bb4bf7c9bee21dc7 /textproc/py-pygments
parente4ad41452010404bace42eedc584ac4d7a428413 (diff)
downloadfreebsd-ports-gnome-04722c57d9d625f53ea7083f54d9f18b863fa853.tar.gz
freebsd-ports-gnome-04722c57d9d625f53ea7083f54d9f18b863fa853.tar.zst
freebsd-ports-gnome-04722c57d9d625f53ea7083f54d9f18b863fa853.zip
textproc/py-pygments: Corect the .if condition for CONFLICTS_INSTALL
Reported by: mat
Diffstat (limited to 'textproc/py-pygments')
-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