diff options
author | drochner <drochner> | 2003-05-09 15:29:37 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-05-09 15:29:37 +0000 |
commit | 8e96b9ea75c461833c6490c2d0489871b74e30d4 (patch) | |
tree | 2809005715e97fbef560f0debbbd3508fcc46384 /x11/Makefile | |
parent | a4e1c9ab8f9ee74c5a6380a4262a6336f3655e47 (diff) | |
download | pkgsrc-8e96b9ea75c461833c6490c2d0489871b74e30d4.tar.gz |
add gtkglarea2 and py-gtk2
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 2cf7a650648..12759272e61 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.292 2003/04/20 23:20:08 rh Exp $ +# $NetBSD: Makefile,v 1.293 2003/05/09 15:29:37 drochner Exp $ # COMMENT= Packages to support the X window system @@ -56,6 +56,7 @@ SUBDIR+= gtk10 SUBDIR+= gtk2 SUBDIR+= gtk2-engines SUBDIR+= gtkglarea +SUBDIR+= gtkglarea2 SUBDIR+= gtkmm SUBDIR+= gtkstep SUBDIR+= gtoolkit @@ -137,6 +138,7 @@ SUBDIR+= p5-Tk SUBDIR+= p5-gtk SUBDIR+= py-Pmw SUBDIR+= py-Tk +SUBDIR+= py-gtk2 SUBDIR+= py-qt2 SUBDIR+= py-qt2-sip SUBDIR+= py-wxWindows |