diff options
author | taca <taca> | 2005-11-02 09:20:50 +0000 |
---|---|---|
committer | taca <taca> | 2005-11-02 09:20:50 +0000 |
commit | 7be42412b62364fc5b8d0940ba338b2907f9fb9a (patch) | |
tree | 3d00647a24c05117f1146b71685149fc96ec987d /x11 | |
parent | 3675e41833e0a5512cdcdf2c19e0ed32fb2c9a1f (diff) | |
download | pkgsrc-7be42412b62364fc5b8d0940ba338b2907f9fb9a.tar.gz |
Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index f4efcfef3d5..ae1156d8987 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.416 2005/10/28 02:53:46 minskim Exp $ +# $NetBSD: Makefile,v 1.417 2005/11/02 09:20:51 taca Exp $ # COMMENT= Packages to support the X window system @@ -202,8 +202,8 @@ SUBDIR+= rep-gtk SUBDIR+= ruby-gtk SUBDIR+= ruby-tcltklib SUBDIR+= ruby-tk -SUBDIR+= ruby16-tcltklib -SUBDIR+= ruby16-tk +#SUBDIR+= ruby16-tcltklib +#SUBDIR+= ruby16-tk SUBDIR+= rxvt SUBDIR+= rxvt-unicode SUBDIR+= speyes |