diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-22 22:22:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-22 22:22:19 +0000 |
commit | dd5c40113f83fb4a2d35575673dd8ade845766d8 (patch) | |
tree | 33543c5b4630b5e679f4761b81df6207b8f56a3b /x11-toolkits/Makefile | |
parent | Upgrade to 0.96. (diff) |
Add pyqt, a package of python bindings for Qt.
PR: 17933
Submitted by: Arun Sharma <adsharm@sharmas.dhs.org>
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 9884da998721..2d695d135689 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -32,6 +32,7 @@ SUBDIR += py-gtk SUBDIR += py-tkinter SUBDIR += py-wxPython + SUBDIR += pyqt SUBDIR += qt-i18n SUBDIR += qt145 SUBDIR += qt20 |