diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-05 20:48:59 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-05 20:48:59 +0000 |
commit | ffccf2fe1a483957d6beb7d9b0e470d3e21c45f9 (patch) | |
tree | b241740eca4aeeeefa375bffbdd9c0f95a614573 /Mk/bsd.port.mk | |
parent | ffb60a9d577491f375eb135cf48ea667bde6835e (diff) | |
download | ports-ffccf2fe1a483957d6beb7d9b0e470d3e21c45f9.tar.gz ports-ffccf2fe1a483957d6beb7d9b0e470d3e21c45f9.zip |
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/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. |