From bf0d64aec2deac4b80ddc74b280bc09b0a089809 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Tue, 22 Oct 2024 01:30:26 -0400 Subject: [PATCH] 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