svn commit: r496201 - head/Mk/Uses

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Mar 18 20:04:25 UTC 2019


Author: rakuco
Date: Mon Mar 18 20:04:24 2019
New Revision: 496201
URL: https://svnweb.freebsd.org/changeset/ports/496201

Log:
  Uses/qt.mk: Drop comment QT4_OPTIONS description.

Modified:
  head/Mk/Uses/qt.mk

Modified: head/Mk/Uses/qt.mk
==============================================================================
--- head/Mk/Uses/qt.mk	Mon Mar 18 20:00:33 2019	(r496200)
+++ head/Mk/Uses/qt.mk	Mon Mar 18 20:04:24 2019	(r496201)
@@ -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


More information about the svn-ports-all mailing list