diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-22 23:08:34 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-22 23:08:34 +0000 |
commit | 2080df347feb8ac61f020971b991b570918e4306 (patch) | |
tree | 7b8ee9c2e43147b9fed67ae649debacd855b8197 /x11-toolkits | |
parent | b54f5e04eec918726d77fbcbac1c0e1ad6758e10 (diff) |
Add PyKDE, a set of Python bindings for KDE.
PR: 17934
Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>
Category seconded by: ade, nectar
Notes
Notes:
svn path=/head/; revision=27909
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 2d695d135689..8d81a49ba20e 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -32,6 +32,7 @@ SUBDIR += py-gtk SUBDIR += py-tkinter SUBDIR += py-wxPython + SUBDIR += pykde SUBDIR += pyqt SUBDIR += qt-i18n SUBDIR += qt145 |