From e1b09a94fa82a2faa94362ee7234fab0ff760f2d Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 15 Aug 2025 15:32:39 +0000 Subject: [PATCH] Don't have BUILD_DEPENDS inclure RUN_DEPENDS, it does not need any of these to build. Drop TEST_DEPENDS while here, py-setuptool is already a BDEP. --- audio/quodlibet/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/audio/quodlibet/Makefile b/audio/quodlibet/Makefile index 3286389d216..15025d7ecf3 100644 --- a/audio/quodlibet/Makefile +++ b/audio/quodlibet/Makefile @@ -18,6 +18,8 @@ MODULES= lang/python MODPY_ADJ_FILES= *py MODPY_PYBUILD= setuptools +BUILD_DEPENDS= devel/gettext,-tools + RUN_DEPENDS= audio/py-musicbrainzngs \ audio/py-mutagen \ devel/py-gobject3 \ @@ -33,10 +35,6 @@ RUN_DEPENDS+= devel/desktop-file-utils \ multimedia/xine-lib \ x11/gtk+4,-guic -BUILD_DEPENDS= ${RUN_DEPENDS} \ - devel/gettext,-runtime \ - devel/gettext,-tools - post-install: mv ${PREFIX}/share/man/man1/* ${PREFIX}/man/man1/ rmdir ${PREFIX}/share/man{/man1,} @@ -44,9 +42,6 @@ post-install: # fails with PORTS_PRIVSEP TEST_IS_INTERACTIVE= x11 -# for distutils, used by setup.py -TEST_DEPENDS= devel/py-setuptools - do-test: cd ${WRKSRC}; ${MODPY_BIN} ./setup.py test