diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-25 15:55:16 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-25 15:55:16 +0800 |
commit | 24fabd36ae2e20e7936d43193034ea4b1d8db333 (patch) | |
tree | 202f006c4440f98ae2c09605f867ddd05cb8f056 /Mk/Uses | |
parent | be5790949716602ab60d789a18551342caa71ffc (diff) | |
download | freebsd-ports-gnome-24fabd36ae2e20e7936d43193034ea4b1d8db333.tar.gz freebsd-ports-gnome-24fabd36ae2e20e7936d43193034ea4b1d8db333.tar.zst freebsd-ports-gnome-24fabd36ae2e20e7936d43193034ea4b1d8db333.zip |
devel/py-qt5: Canonicalize option names
/!\ py36-qt5-5.13.1: Makefile warnings, please consider fixing /!\
These options name have characters outside of [-_A-Z0-9]:
core dbus dbussupport demo designer designerplugin gui multimedia
multimediawidgets network opengl printsupport qml qscintilla2 quickwidgets
serialport sql svg test webchannel webengine webkit webkitwidgets widgets xml
xmlpatterns
- While here add missing options for py-sip and py-qt5-help
Approved by: kde (tcberner)
Differential Revision: https://reviews.freebsd.org/D22540
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/pyqt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk index 5ad06b2a0106..4063c6d1d98b 100644 --- a/Mk/Uses/pyqt.mk +++ b/Mk/Uses/pyqt.mk @@ -184,6 +184,7 @@ py-phonon_DESC= Python bindings for Phonon module py-qscintilla2_DESC= Python bindings for QScintilla2 py-script_DESC= Python bindings for QtScript module py-scripttools_DESC= Python bindings for QtScriptTools module +py-sip_DESC= Python bindings generator for C and C++ libraries py-sql_DESC= Python bindings for QtSql module py-svg_DESC= Python bindings for QtSvg module py-test_DESC= Python bindings for QtTest module |