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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 5 19:54:54 UTC 2020


Author: sunpoet
Date: Sun Apr  5 19:54:49 2020
New Revision: 530820
URL: https://svnweb.freebsd.org/changeset/ports/530820

Log:
  Add TEST_DEPENDS

Modified:
  head/print/py-fonttools/Makefile

Modified: head/print/py-fonttools/Makefile
==============================================================================
--- head/print/py-fonttools/Makefile	Sun Apr  5 19:54:43 2020	(r530819)
+++ head/print/py-fonttools/Makefile	Sun Apr  5 19:54:49 2020	(r530820)
@@ -13,6 +13,8 @@ COMMENT=	Open source library for manipulating fonts, w
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ufolib2>=0:print/py-ufolib2@${PY_FLAVOR}
+
 USES=		python:3.6+ zip
 USE_PYTHON=	autoplist distutils
 


More information about the svn-ports-all mailing list