diff options
author | drochner <drochner> | 2002-04-17 10:33:28 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-04-17 10:33:28 +0000 |
commit | f761b526f91289cf27e8f693a33791fa4c895759 (patch) | |
tree | 6dcb4fb0e6ab93fab9f7a986824695f126ceaa0e /x11 | |
parent | 2bb396c234182146e6e190465158a3241b800d76 (diff) | |
download | pkgsrc-f761b526f91289cf27e8f693a33791fa4c895759.tar.gz |
add pyqt
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index b06471657e6..d5aba312d84 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.242 2002/04/15 12:30:00 he Exp $ +# $NetBSD: Makefile,v 1.243 2002/04/17 10:33:28 drochner Exp $ # COMMENT= Packages to support the X window system @@ -63,6 +63,8 @@ SUBDIR+= openmotif SUBDIR+= p5-Tk SUBDIR+= p5-gtk SUBDIR+= py-Pmw +SUBDIR+= py-qt2 +SUBDIR+= py-qt2-sip SUBDIR+= py-Tk SUBDIR+= py-wxWindows SUBDIR+= pygtk |