diff options
author | will <will@FreeBSD.org> | 2000-04-23 06:22:19 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-23 06:22:19 +0800 |
commit | 1e841ca734ee85a43b78815c0fa1da4f65877f70 (patch) | |
tree | 933169d359ea4b4eef68b1823268d19eef43fb5f /x11-toolkits | |
parent | 6b5eaf4e29422e4804b5a52fc2e4ba3df180fdc1 (diff) | |
download | freebsd-ports-gnome-1e841ca734ee85a43b78815c0fa1da4f65877f70.tar.gz freebsd-ports-gnome-1e841ca734ee85a43b78815c0fa1da4f65877f70.tar.zst freebsd-ports-gnome-1e841ca734ee85a43b78815c0fa1da4f65877f70.zip |
Add pyqt, a package of python bindings for Qt.
PR: 17933
Submitted by: Arun Sharma <adsharm@sharmas.dhs.org>
Diffstat (limited to 'x11-toolkits')
-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 |