git: bf0d64aec2de - main - graphics/krita: Restore sip as a BUILD_DEPENDS

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Tue, 22 Oct 2024 05:36:02 UTC
The branch main has been updated by jhale:

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

commit bf0d64aec2deac4b80ddc74b280bc09b0a089809
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-10-22 05:30:26 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-10-22 05:35:55 +0000

    graphics/krita: Restore sip as a BUILD_DEPENDS
    
    Fixes packaging when the PYTHON option is enabled.
    
    Reported by:    pkg-fallout
---
 graphics/krita/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 4eb8514ed07a..a417700ea029 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -75,7 +75,7 @@ OPENEXR_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
 
 PYTHON_BUILD_DEPENDS=	${PY_SETUPTOOLS}
 PYTHON_USES=		pyqt:5
-PYTHON_USE=		PYQT=pyqt5,pysip
+PYTHON_USE=		PYQT=pyqt5,pysip,sip:build
 PYTHON_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_PyQt5
 
 .include <bsd.port.mk>