diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-14 05:56:50 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-14 05:56:50 +0800 |
commit | 425ab2f470108aa2b2e552dfed54e18a676fdd64 (patch) | |
tree | c8ea48f297bee52a8d84f4ec84da2d9fa23078a5 /x11-toolkits/Makefile | |
parent | c9f665c0b4d537f42b2c6ec9d10e14303cc2afea (diff) | |
download | freebsd-ports-gnome-425ab2f470108aa2b2e552dfed54e18a676fdd64.tar.gz freebsd-ports-gnome-425ab2f470108aa2b2e552dfed54e18a676fdd64.tar.zst freebsd-ports-gnome-425ab2f470108aa2b2e552dfed54e18a676fdd64.zip |
At very long last land PyQt5 5.5.1 ports.
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
Thankfully this commit is mostly adding new ports, as the hard work was
already done in r403297 and r403662.
Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly,
Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
Phabricator for an earlier version of the PyQt5 patch set).
PR: 204672
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index b0cfab4af25b..e64089ec07a7 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -191,6 +191,8 @@ SUBDIR += py-kivy SUBDIR += py-kiwi SUBDIR += py-qt4-gui + SUBDIR += py-qt5-gui + SUBDIR += py-qt5-widgets SUBDIR += py-sexy SUBDIR += py-tkinter SUBDIR += py32-tkinter |