summaryrefslogtreecommitdiff
path: root/multimedia/gpodder/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-06-29 00:56:45 -0400
committerJason E. Hale <jhale@FreeBSD.org>2024-06-29 01:02:34 -0400
commitad593a9d4d7957012965264a91f21667488ca1b2 (patch)
treeda5407e620ff3cab22704a2af71d96ecd8ce08a0 /multimedia/gpodder/Makefile
parentx11-toolkits/py-qt5-chart: Fix pkg-plist (diff)
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in Mk/Uses/python.mk. PR: 270510 Approved by: portmgr (blanket)
Diffstat (limited to 'multimedia/gpodder/Makefile')
-rw-r--r--multimedia/gpodder/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gpodder/Makefile b/multimedia/gpodder/Makefile
index 91d484ef5137..2de2b9eef096 100644
--- a/multimedia/gpodder/Makefile
+++ b/multimedia/gpodder/Makefile
@@ -10,7 +10,8 @@ WWW= https://gpodder.github.io/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= intltool-extract:textproc/intltool \
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ intltool-extract:textproc/intltool \
help2man:misc/help2man
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} \