diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 16:42:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 16:42:04 +0000 |
commit | 6d9c35016be7b93b603d18770663561dad768ef5 (patch) | |
tree | abc3354f204c3b0eba0e9ec3f1e78650d9ddd7c0 /devel/ruby-gettext | |
parent | 946a8d048909c83b01e2f95011c038b69e96fcc2 (diff) |
s/USE_RUBY_RD/USE_RUBY_RDTOOL/
Notes
Notes:
svn path=/head/; revision=68932
Diffstat (limited to 'devel/ruby-gettext')
-rw-r--r-- | devel/ruby-gettext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index aecfe0616a0a..a1a5a32c0489 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes -USE_RUBY_RD= yes +USE_RUBY_RDTOOL= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb |