svn commit: r439543 - head/print/py-fonttools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 27 12:43:35 UTC 2017


Author: sunpoet
Date: Thu Apr 27 12:43:34 2017
New Revision: 439543
URL: https://svnweb.freebsd.org/changeset/ports/439543

Log:
  Allow py3-fonttools to use python:3

Modified:
  head/print/py-fonttools/Makefile

Modified: head/print/py-fonttools/Makefile
==============================================================================
--- head/print/py-fonttools/Makefile	Thu Apr 27 12:14:40 2017	(r439542)
+++ head/print/py-fonttools/Makefile	Thu Apr 27 12:43:34 2017	(r439543)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	behdad
 
-USES=		python
+USES?=		python
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list