git: 39d8976d3b80 - main - science/scidavis: fix dependence on sip

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Tue, 22 Oct 2024 08:41:11 UTC
The branch main has been updated by makc:

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

commit 39d8976d3b80f01c141af6a46786c869fe11cfd3
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-10-22 08:40:32 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-10-22 08:40:32 +0000

    science/scidavis: fix dependence on sip
---
 science/scidavis/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/scidavis/Makefile b/science/scidavis/Makefile
index 3ac0d3c41a4c..71db6fa509fb 100644
--- a/science/scidavis/Makefile
+++ b/science/scidavis/Makefile
@@ -38,7 +38,7 @@ OPTIONS_SUB=	yes
 PYTHON_DESC=		Python scripting support
 PYTHON_BUILD_DEPENDS=	${PY_SETUPTOOLS}
 PYTHON_USES=		pyqt:5 python
-PYTHON_USE=		PYQT=pyqt5 sip
+PYTHON_USE=		PYQT=pyqt5,sip:build
 PYTHON_CMAKE_ON=	-DPython3_EXECUTABLE=${PYTHON_CMD} \
 			-DSCRIPTING_PYTHON=True
 PYTHON_CMAKE_OFF=	-DSCRIPTING_PYTHON=False