diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:23:54 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:49:40 +0000 |
commit | c2191c61c641c26af524826de30339db7d26a7c9 (patch) | |
tree | 43c2c1a586a79eeeb5db598b98a59c19b72d3cfe /x11-fonts | |
parent | c694c0a99b832b1f553559424a7d53e3c0fc61d9 (diff) | |
download | ports-c2191c61c641c26af524826de30339db7d26a7c9.tar.gz ports-c2191c61c641c26af524826de30339db7d26a7c9.zip |
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/py-ufolint/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-fonts/py-ufolint/Makefile b/x11-fonts/py-ufolint/Makefile index 206e4878e16c..531b172fe0c9 100644 --- a/x11-fonts/py-ufolint/Makefile +++ b/x11-fonts/py-ufolint/Makefile @@ -1,5 +1,6 @@ PORTNAME= ufolint PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,13 @@ WWW= https://github.com/source-foundry/ufolint LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}commandlines>=0:devel/py-commandlines@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=4.18.0:print/py-fonttools@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |