diff options
author | taca <taca@pkgsrc.org> | 2008-06-19 15:55:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-19 15:55:04 +0000 |
commit | ac44ff9ec18ec93b7fe0108d9c5025a0f74916a9 (patch) | |
tree | ae3dca3f8a4cbfe97b621fb1dc19be885e4cd7fb /lang | |
parent | e755feeb27101dcb59e61f5b7e46e5dbfe2e2451 (diff) | |
download | pkgsrc-ac44ff9ec18ec93b7fe0108d9c5025a0f74916a9.tar.gz |
Correct format of "# used by" lines.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/Makefile.common | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index fdd3afd5afd..dbb9a106c1b 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,13 +1,13 @@ -# $NetBSD: Makefile.common,v 1.16 2008/06/19 14:39:00 taca Exp $ +# $NetBSD: Makefile.common,v 1.17 2008/06/19 15:55:04 taca Exp $ # # Ruby base distribution common definition -# used by databases/ruby-gdbm -# used by devel/ruby-curses -# used by devel/ruby-readline -# used by devel/ruby-mode +# 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 lang/ruby18/Makefile # used by lang/ruby18-base/Makefile -# used by x11/ruby-tk +# used by x11/ruby-tk/Makefile # # Ruby distribution sites. |