Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2020 19:54:49 +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: r530820 - head/print/py-fonttools
Message-ID:  <202004051954.035JsnGU005203@repo.freebsd.org>

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



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