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

Nicola Vitale nivit at FreeBSD.org
Sun Apr 16 13:38:27 UTC 2017


Author: nivit
Date: Sun Apr 16 13:38:25 2017
New Revision: 438660
URL: https://svnweb.freebsd.org/changeset/ports/438660

Log:
  - Allow overriding of Python version from its slave port

Modified:
  head/textproc/py-pygments/Makefile

Modified: head/textproc/py-pygments/Makefile
==============================================================================
--- head/textproc/py-pygments/Makefile	Sun Apr 16 13:25:41 2017	(r438659)
+++ head/textproc/py-pygments/Makefile	Sun Apr 16 13:38:25 2017	(r438660)
@@ -13,7 +13,7 @@ COMMENT=	Syntax highlighter written in P
 
 LICENSE=	BSD2CLAUSE
 
-USES=		python
+USES?=		python
 USE_PYTHON=	distutils concurrent autoplist
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list