aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2023-02-06 16:26:33 +0000
committerKurt Jaeger <pi@FreeBSD.org>2023-02-06 16:28:00 +0000
commit0aa9469cbb010cb92d83b5fa70c5d2f06a8d52f1 (patch)
tree2e26e6f8faa041c06227d1eb9ef9bc251b6cd077
parentc0f6ab432cd076df7f38ee6021166a8cddfb40dc (diff)
downloadports-0aa9469cbb010cb92d83b5fa70c5d2f06a8d52f1.tar.gz
ports-0aa9469cbb010cb92d83b5fa70c5d2f06a8d52f1.zip
print/py-pydyf: fix missing requirement
-rw-r--r--print/py-pydyf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/py-pydyf/Makefile b/print/py-pydyf/Makefile
index 63f84cc46a70..a35354118d26 100644
--- a/print/py-pydyf/Makefile
+++ b/print/py-pydyf/Makefile
@@ -10,6 +10,8 @@ WWW= https://doc.courtbouillon.org/pydyf/
LICENSE= BSD
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit>=3.8.0:devel/py-flit@${PY_FLAVOR}
+
USES= python:3.6+
USE_PYTHON= pep517 autoplist