diff options
author | swills <swills@FreeBSD.org> | 2016-09-15 23:06:50 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-09-15 23:06:50 +0800 |
commit | 95e373f8e46842e4984d635e80937683516b2935 (patch) | |
tree | b618b970720f44bad04deee06829113f56999c62 /textproc/ruby-rttool | |
parent | 70a3ac10f1e95882fa4f19c4faa3403d635f4252 (diff) | |
download | freebsd-ports-gnome-95e373f8e46842e4984d635e80937683516b2935.tar.gz freebsd-ports-gnome-95e373f8e46842e4984d635e80937683516b2935.tar.zst freebsd-ports-gnome-95e373f8e46842e4984d635e80937683516b2935.zip |
textproc/ruby-rttool: remove USE_RUBY_RDTOOL
PR: 210665
Diffstat (limited to 'textproc/ruby-rttool')
-rw-r--r-- | textproc/ruby-rttool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile index f8c847e28ba4..cdc4f4647930 100644 --- a/textproc/ruby-rttool/Makefile +++ b/textproc/ruby-rttool/Makefile @@ -18,11 +18,12 @@ LICENSE= RUBY USE_RUBY= yes USES= shebangfix USE_RUBY_SETUP= yes -USE_RUBY_RDTOOL= yes SHEBANG_FILES= bin/rt/* lib/rt/* RUBY_MODNAME= rt +BUILD_DEPENDS= rd2:textproc/ruby-rdtool + DOCS_EN= rttool.en.html rttool.en.rd DOCS_JA= rttool.ja.html rttool.ja.rd |