diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-06 04:48:59 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-06 04:48:59 +0800 |
commit | 12afb2b16658b49592e2ecd5ddfcabfbae613909 (patch) | |
tree | 31e9d5ac7c7105dee7fe9ad90fb3eff8bfa92592 /Mk/bsd.port.mk | |
parent | 85f192b873510bfb8421f3b2656899f74422c0ef (diff) | |
download | freebsd-ports-gnome-12afb2b16658b49592e2ecd5ddfcabfbae613909.tar.gz freebsd-ports-gnome-12afb2b16658b49592e2ecd5ddfcabfbae613909.tar.zst freebsd-ports-gnome-12afb2b16658b49592e2ecd5ddfcabfbae613909.zip |
Update the USE_QT_VER switch description (allows 3 and 4 for values now).
Approved by: portmgr
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index bd76a4d39c0d..85069c45f14f 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -439,13 +439,14 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # USE_WX - If set, this port uses the WxWidgets library and related # components. See bsd.wx.mk for more details. ## -# USE_KDEBASE_VER -# - Set to 3 to use the KDE windowing system. +# USE_KDEBASE_VER - Set to 3 to use the KDE windowing system. # Implies inclusion of bsd.kde.mk. -# USE_KDELIBS_VER -# - Set to 3 to use the KDE libraries. +# +# USE_KDELIBS_VER - Set to 3 to use the KDE libraries. # Implies inclusion of bsd.kde.mk. -# USE_QT_VER - Set to 3 to use the QT libraries. +# +# USE_QT_VER - Set to 3 or 4 to use the respective version +# of the QT libraries. # Implies inclusion of bsd.kde.mk. ## # USE_LINUX - Set to yes to say the port needs the default linux base port. |