summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-02-05 20:48:59 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-02-05 20:48:59 +0000
commitffccf2fe1a483957d6beb7d9b0e470d3e21c45f9 (patch)
treeb241740eca4aeeeefa375bffbdd9c0f95a614573 /Mk
parentA library for hangul processing. (diff)
Update the USE_QT_VER switch description (allows 3 and 4 for values now).
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=184301
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk11
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.