git: 9c7984600dc1 - main - devel/py-qt6: Add new ports to the metaport

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Thu, 27 Jul 2023 23:25:05 UTC
The branch main has been updated by jhale:

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

commit 9c7984600dc1a5406b1247ce825c4ff63c97b621
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-07-27 23:04:06 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-07-27 23:04:06 +0000

    devel/py-qt6: Add new ports to the metaport
---
 devel/py-qt6/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-qt6/Makefile b/devel/py-qt6/Makefile
index 0b52920e04bd..618c6d98248f 100644
--- a/devel/py-qt6/Makefile
+++ b/devel/py-qt6/Makefile
@@ -9,6 +9,6 @@ WWW=		https://riverbankcomputing.com/software/pyqt
 
 USES=		metaport python pyqt:6
 USE_PYTHON=	concurrent flavors py3kplist
-USE_PYQT=	pyqt6 chart networkauth
+USE_PYQT=	pyqt6 3d chart datavis3d networkauth
 
 .include <bsd.port.mk>