diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2019-05-29 08:18:10 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2019-05-29 08:18:10 +0000 |
commit | c23fc82315191a0f31b768b0b2c7f31fcc4cf110 (patch) | |
tree | f462d767d193cb5c89af999b5b85aebf2678764f /Mk/bsd.port.mk | |
parent | www/npm: Fix the python executable name (diff) |
- Remove obsolete (since r473503) USE_QT4/5 variable descriptions
PR: 238172
Approved by: portmgr (rene)
Notes
Notes:
svn path=/head/; revision=502941
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e368579a8d8a..a6cf98c20d45 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -387,17 +387,6 @@ FreeBSD_MAINTAINER= portmgr@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 |