svn commit: r480898 - head/textproc/py-pygments

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 29 07:34:46 UTC 2018


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
 


More information about the svn-ports-head mailing list