Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2017 12:43:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439543 - head/print/py-fonttools
Message-ID:  <201704271243.v3RChYmk059813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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