svn commit: r502941 - head/Mk
Alex Kozlov
ak at FreeBSD.org
Wed May 29 08:18:11 UTC 2019
Author: ak
Date: Wed May 29 08:18:10 2019
New Revision: 502941
URL: https://svnweb.freebsd.org/changeset/ports/502941
Log:
- Remove obsolete (since r473503) USE_QT4/5 variable descriptions
PR: 238172
Approved by: portmgr (rene)
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Wed May 29 08:18:06 2019 (r502940)
+++ head/Mk/bsd.port.mk Wed May 29 08:18:10 2019 (r502941)
@@ -387,17 +387,6 @@ FreeBSD_MAINTAINER= portmgr at FreeBSD.org
# USE_WX - If set, this port uses the WxWidgets library and related
# components. See bsd.wx.mk for more details.
##
-#
-# USE_QT4 - A list of the Qt 4 dependencies the port has (e.g,
-# corelib, webkit). Implies that the port needs Qt.
-# Implies the inclusion of bsd.qt.mk. See bsd.qt.mk
-# for more details.
-#
-# USE_QT5 - A list of the Qt 5 dependencies the port has (e.g,
-# core, webkit). Implies that the port needs Qt.
-# Implies the inclusion of bsd.qt.mk. See bsd.qt.mk
-# for more details.
-##
# USE_LINUX_PREFIX
# - Controls the action of PREFIX (see above). Only use this
# if the port is a Linux infrastructure port (e.g. contains libs
More information about the svn-ports-head
mailing list