diff options
author | avilla <avilla@FreeBSD.org> | 2012-07-02 04:57:48 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-07-02 04:57:48 +0800 |
commit | 7ae3d4827d572699e6f085088de434f9b0b0341a (patch) | |
tree | 7ac1f7d209733c3d5a3737b56c3f16e9d9bd0f52 /Mk | |
parent | ab841525a764bc3a412c45695c6fd4076eaa1a91 (diff) | |
download | freebsd-ports-gnome-7ae3d4827d572699e6f085088de434f9b0b0341a.tar.gz freebsd-ports-gnome-7ae3d4827d572699e6f085088de434f9b0b0341a.tar.zst freebsd-ports-gnome-7ae3d4827d572699e6f085088de434f9b0b0341a.zip |
- Remove mention to USE_QT_VER=4 in comments. USE_QT4 has to be used
instead.
With hat on: kde
Approved by: portmgr (bapt)
Diffstat (limited to '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. |