diff options
author | drochner <drochner@pkgsrc.org> | 2002-02-18 11:55:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-02-18 11:55:58 +0000 |
commit | 1b49dc16828d813651ebcae7ca669bb784435b07 (patch) | |
tree | d23d30d3e950b52198453e6344b2a05a1b1d2f76 /x11 | |
parent | 769972e81b21578fea47bcde160608470779fe40 (diff) | |
download | pkgsrc-1b49dc16828d813651ebcae7ca669bb784435b07.tar.gz |
add pygtk
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 08810b78c9c..f856d6f3faa 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.237 2002/01/07 08:20:14 skrll Exp $ +# $NetBSD: Makefile,v 1.238 2002/02/18 11:55:58 drochner Exp $ # COMMENT= Packages to support the X window system @@ -63,6 +63,7 @@ SUBDIR+= p5-gtk SUBDIR+= py-Pmw SUBDIR+= py-Tk SUBDIR+= py-wxWindows +SUBDIR+= pygtk SUBDIR+= qt1 SUBDIR+= qt2 SUBDIR+= qt2-designer |