Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2024 05:36:02 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bf0d64aec2de - main - graphics/krita: Restore sip as a BUILD_DEPENDS
Message-ID:  <202410220536.49M5a2El058468@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410220536.49M5a2El058468>