summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-04-05 22:35:25 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-04-05 22:35:25 +0000
commitb2b959aea1feaef183e0adb2447ee0365af39e32 (patch)
tree8fb1b0090514c09925045c9ecec0f051fc2b5c26 /Mk
parentd6072e733315f9ec2335f1ce9954cb96471cce29 (diff)
downloadfreebsd-ports-b2b959aea1feaef183e0adb2447ee0365af39e32.zip
pyqt.mk: allow using of 'help' compoonent
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/pyqt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk
index 2e0787ac2227..adba837082ff 100644
--- a/Mk/Uses/pyqt.mk
+++ b/Mk/Uses/pyqt.mk
@@ -72,7 +72,7 @@ PYQT5_LICENSE= GPLv3
# Keep these synchronized with OPTIONS_DEFINE in devel/py-qt5
# PyQt components split up into pyqt5/...
_USE_PYQT_ALL= core dbus dbussupport demo designer designerplugin \
- gui multimedia network opengl qscintilla2 \
+ gui help multimedia network opengl qscintilla2 \
sql svg test webkit xml xmlpatterns sip
# List of components only in pyqt5
_USE_PYQT5_ONLY= multimediawidgets printsupport qml quickwidgets \