Date: Fri, 30 Jun 2023 07:23:12 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fd4e15841d34 - main - devel/pyside6: Clean up USES=python Message-ID: <202306300723.35U7NCfA085052@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd4e15841d341fc7c1a89def1c536da0aa349fd2 commit fd4e15841d341fc7c1a89def1c536da0aa349fd2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:08:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:08:32 +0000 devel/pyside6: Clean up USES=python Approved by: portmgr (blanket) With hat: python --- devel/pyside6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/pyside6/Makefile b/devel/pyside6/Makefile index 3805cff19bd3..beb624803fcf 100644 --- a/devel/pyside6/Makefile +++ b/devel/pyside6/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \ libLLVM.so:devel/llvm${LLVM_DEFAULT} \ libshiboken6.abi${PYTHON_MAJOR_VER}.so:devel/shiboken6@${PY_FLAVOR} -USES= cmake gl python:3.5+ qt:6 tar:xz +USES= cmake gl python qt:6 tar:xz USE_GL= gl USE_LDCONFIG= yes USE_PYTHON= flavors
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300723.35U7NCfA085052>