git: 1b527ac0bf07 - main - multimedia/gpodder: add yet another missing build dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 12:06:48 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b527ac0bf07c093bc0909cea174efc2b1ae6e05 commit 1b527ac0bf07c093bc0909cea174efc2b1ae6e05 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2025-01-29 12:05:31 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2025-01-29 12:05:31 +0000 multimedia/gpodder: add yet another missing build dependency PR: 284427 Tested by: tjlegg@gmail.com --- multimedia/gpodder/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/gpodder/Makefile b/multimedia/gpodder/Makefile index d7abde6c0824..eeab957cc5d1 100644 --- a/multimedia/gpodder/Makefile +++ b/multimedia/gpodder/Makefile @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}installer>0:devel/py-installer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ intltool-extract:textproc/intltool \ help2man:misc/help2man