git: 514bee4667e4 - main - x11-themes/wpgtk: Fix build with removing setuptools from RUN_D

From: Wen Heping <wen_at_FreeBSD.org>
Date: Mon, 24 Jun 2024 22:17:25 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=514bee4667e4cca1da2a9c3907b469f45889aade

commit 514bee4667e4cca1da2a9c3907b469f45889aade
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-06-24 12:12:28 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-06-24 22:17:01 +0000

    x11-themes/wpgtk: Fix build with removing setuptools from RUN_D
    
    PR:             270510
    Approved by:    portmgr@(blanket, fix build)
---
 x11-themes/wpgtk/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-themes/wpgtk/Makefile b/x11-themes/wpgtk/Makefile
index 1d9a47a25f62..4cd789e9ebb0 100644
--- a/x11-themes/wpgtk/Makefile
+++ b/x11-themes/wpgtk/Makefile
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
-		wal:graphics/pywal@${PY_FLAVOR}
+		wal:graphics/pywal@${PY_FLAVOR} \
+		${PY_SETUPTOOLS}
 RUN_DEPENDS=	feh:graphics/feh \
 		${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \