Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2018 07:34:45 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480898 - head/textproc/py-pygments
Message-ID:  <201809290734.w8T7Yjpu018717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Sep 29 07:34:45 2018
New Revision: 480898
URL: https://svnweb.freebsd.org/changeset/ports/480898

Log:
  textproc/py-pygments: Corect the .if condition for CONFLICTS_INSTALL
  
  Reported by:	mat

Modified:
  head/textproc/py-pygments/Makefile

Modified: head/textproc/py-pygments/Makefile
==============================================================================
--- head/textproc/py-pygments/Makefile	Sat Sep 29 07:31:08 2018	(r480897)
+++ head/textproc/py-pygments/Makefile	Sat Sep 29 07:34:45 2018	(r480898)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809290734.w8T7Yjpu018717>