diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-24 20:35:47 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-24 20:35:47 +0000 |
commit | a5b764a391c22f0475381bb3d45a7117f01d3c6e (patch) | |
tree | 0a7b336aaf05e2591709968bc10feec29ac9e375 /x11 | |
parent | a8658b04a9b69022d7bc250d3d04657fb73f5a97 (diff) | |
download | pkgsrc-a5b764a391c22f0475381bb3d45a7117f01d3c6e.tar.gz |
add gtk2
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 902f55c7b0f..4e9b1ec824f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.239 2002/02/28 17:52:50 wiz Exp $ +# $NetBSD: Makefile,v 1.240 2002/03/24 20:35:47 dmcmahill Exp $ # COMMENT= Packages to support the X window system @@ -37,6 +37,7 @@ SUBDIR+= gtk+extra SUBDIR+= gtk-- SUBDIR+= gtk-engines SUBDIR+= gtk10 +SUBDIR+= gtk2 SUBDIR+= gtkglarea SUBDIR+= gtkstep SUBDIR+= hanterm |