diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-07-01 20:57:48 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-07-01 20:57:48 +0000 |
commit | f84dc6affb1b9bf4154430b48cc84c9c441870d3 (patch) | |
tree | 910065b40bdebfc8e6a44680ca2688d39dc822f9 /Mk/bsd.port.mk | |
parent | f3cde38028e6e563aec6bbf418205048aede924e (diff) |
- Remove mention to USE_QT_VER=4 in comments. USE_QT4 has to be used
instead.
With hat on: kde
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=300341
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a974d9999074..19a3973a781d 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -465,9 +465,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Implies inclusion of bsd.kde4.mk. See bsd.kde4.mk # for more details. # -# USE_QT_VER - Set to 3 or 4 to use the respective version -# of the Qt libraries. -# Implies inclusion of bsd.kde.mk or bsd.qt.mk. +# USE_QT_VER - Set to 3 to use the Qt 3 libraries. +# Implies inclusion of bsd.kde.mk. # # USE_QT4 - A list of the QT4 dependencies the port has (e.g, # corelib, webkit). Implies that the port needs Qt. |