diff options
author | taca <taca@pkgsrc.org> | 2011-10-20 15:13:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-10-20 15:13:24 +0000 |
commit | d49c939085a0bc9683e34783d748c9391d23f580 (patch) | |
tree | 21ab04ba9b4ffd46bf6250f8811a5ef1567763f2 /lang/ruby | |
parent | 229cbd50dfa2c9996ea517debc7d7fdf17050de5 (diff) | |
download | pkgsrc-d49c939085a0bc9683e34783d748c9391d23f580.tar.gz |
Add two "used by" lines for devel/ruby-fiddle/Makefile and
textproc/ruby-psych/Makefile.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index 64697e85e38..2d4ca923aa2 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,14 +1,16 @@ -# $NetBSD: Makefile.common,v 1.20 2010/09/10 03:24:42 taca Exp $ +# $NetBSD: Makefile.common,v 1.21 2011/10/20 15:13:24 taca Exp $ # # Ruby base distribution common definition # used by databases/ruby-gdbm/Makefile # used by devel/ruby-curses/Makefile # used by devel/ruby-readline/Makefile # used by devel/ruby-mode/Makefile +# used by devel/ruby-fiddle/Makefile # used by lang/ruby18/Makefile # used by lang/ruby18-base/Makefile # used by lang/ruby19/Makefile # used by lang/ruby19-base/Makefile +# used by textproc/ruby-psych/Makefile # used by x11/ruby-tk/Makefile LICENSE= gnu-gpl-v2 |