diff options
author | taca <taca@pkgsrc.org> | 2005-03-06 17:04:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-03-06 17:04:16 +0000 |
commit | 4056cab53e583396a18f9760cad97d670f1e43ea (patch) | |
tree | 01e5031464f2d918c5a73047454b292b52de36a1 /devel | |
parent | 4da0634b9a8ab6b1e95f33df421bb566f3c79d91 (diff) | |
download | pkgsrc-4056cab53e583396a18f9760cad97d670f1e43ea.tar.gz |
Add and enable ruby-zlib.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index ecc43ba72f1..7dfae2ceec9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.619 2005/03/04 20:42:38 tv Exp $ +# $NetBSD: Makefile,v 1.620 2005/03/06 17:04:16 taca Exp $ # COMMENT= Development utilities @@ -544,6 +544,7 @@ SUBDIR+= ruby-strscan SUBDIR+= ruby-testunit SUBDIR+= ruby-textbuf SUBDIR+= ruby-unit +SUBDIR+= ruby-zlib SUBDIR+= ruby16-curses SUBDIR+= ruby16-racc SUBDIR+= ruby16-zlib |