git: 32e521bbe059 - main - comms/chirp: add forgotten wheel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 17:32:23 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=32e521bbe059cd451be080f218f569f63dd84687 commit 32e521bbe059cd451be080f218f569f63dd84687 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-05-20 17:32:01 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-05-20 17:32:01 +0000 comms/chirp: add forgotten wheel --- comms/chirp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/comms/chirp/Makefile b/comms/chirp/Makefile index 924b4f10d6e0..6e18156d2776 100644 --- a/comms/chirp/Makefile +++ b/comms/chirp/Makefile @@ -12,6 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}versioningit>0:devel/py-versioningit@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \