diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-05 19:54:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-05 19:54:49 +0000 |
commit | 3c9c69dea094b38c2d2ab9942dafc75969264fa8 (patch) | |
tree | 5552b82d2d800bfd752d730dd62f3630d6947ccd /print/py-fonttools | |
parent | 14aae109df4ffd8ba04bfa9382aeff4307c725f9 (diff) | |
download | ports-3c9c69dea094b38c2d2ab9942dafc75969264fa8.tar.gz ports-3c9c69dea094b38c2d2ab9942dafc75969264fa8.zip |
Add TEST_DEPENDS
Notes
Notes:
svn path=/head/; revision=530820
Diffstat (limited to 'print/py-fonttools')
-rw-r--r-- | print/py-fonttools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 9d4bf7e1563b..a0febcd150d7 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -13,6 +13,8 @@ COMMENT= Open source library for manipulating fonts, written in Python 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 |