diff options
author | rakuco <rakuco@FreeBSD.org> | 2019-03-19 04:04:24 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2019-03-19 04:04:24 +0800 |
commit | 9e11ae56606794a8ceff51e9862a84cb2a45dcf7 (patch) | |
tree | e370a30ed55cca7188b9353e20bcd288a20539ae /Mk | |
parent | c728bae5d4a020d1bf76d0c2b55920e4a87ed6bd (diff) | |
download | freebsd-ports-gnome-9e11ae56606794a8ceff51e9862a84cb2a45dcf7.tar.gz freebsd-ports-gnome-9e11ae56606794a8ceff51e9862a84cb2a45dcf7.tar.zst freebsd-ports-gnome-9e11ae56606794a8ceff51e9862a84cb2a45dcf7.zip |
Uses/qt.mk: Drop comment QT4_OPTIONS description.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/qt.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk index e2d75222726d..cb5c28d0cf46 100644 --- a/Mk/Uses/qt.mk +++ b/Mk/Uses/qt.mk @@ -16,13 +16,6 @@ # USE_QT - List of Qt modules to depend on, with optional '_build' # and '_run' suffixes. Define it empty to include this file # without depending on Qt ports. -# Global switches (for inclusion into /etc/make.conf): -# QT4_OPTIONS - A list of (Qt 4-only) global options; can be CUPS, NAS -# and/or QGTKSTYLE. If set, Qt will be built with support -# for: -# * Common UNIX Printing System (CUPS); -# * Network Audio System (NAS); -# * GTK+-based Qt theme (QGTKSTYLE). .if !defined(_QT_MK_INCLUDED) _QT_MK_INCLUDED= qt.mk |