git: a29cf43f3d20 - main - Mk/bsd.options.desc.mk: Add QT_DESC

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 09 Nov 2025 23:31:57 UTC
The branch main has been updated by yuri:

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

commit a29cf43f3d20fa304967daace2e4a6c0351d8f7a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-09 20:41:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-09 23:31:54 +0000

    Mk/bsd.options.desc.mk: Add QT_DESC
    
    For when there is no need to specify which Qt version as it changes periodically.
---
 Mk/bsd.options.desc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 6e872b227a9f..0149d1ea141a 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -433,6 +433,7 @@ PYMALLOC_DESC?=		Use Python's internal malloc()
 PYTHON_DESC?=		Python bindings or support
 PYTHON2_DESC?=		Python 2.x bindings or support
 PYTHON3_DESC?=		Python 3.x bindings or support
+QT_DESC?=		Qt toolkit support
 QT5_DESC?=		Qt 5 toolkit support
 QT6_DESC?=		Qt 6 toolkit support
 QUICKTIME_DESC?=	QuickTime media support