aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2024-04-11 09:42:37 +0000
committerShaun Amott <shaun@FreeBSD.org>2024-04-11 09:42:37 +0000
commit84db2fcccbc771a8233b1d1dd4d5ce57e62fedc7 (patch)
tree2ffc3f0a8e08fbfc5df0753bd81f58c55062a981
parentbc80854f3bb625b0c53915a2edb94a02375945bf (diff)
downloadports-84db2fcccbc771a8233b1d1dd4d5ce57e62fedc7.tar.gz
ports-84db2fcccbc771a8233b1d1dd4d5ce57e62fedc7.zip
devel/py-kaitaistruct: add missing build depends
-rw-r--r--devel/py-kaitaistruct/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-kaitaistruct/Makefile b/devel/py-kaitaistruct/Makefile
index a62acf6ea051..e9436b621147 100644
--- a/devel/py-kaitaistruct/Makefile
+++ b/devel/py-kaitaistruct/Makefile
@@ -8,6 +8,9 @@ MAINTAINER= shaun@FreeBSD.org
COMMENT= Kaitai Struct declarative parser generator for binary data
WWW= https://kaitai.io/
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
LICENSE= MIT
USES?= python