aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-bdb
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-06-28 17:05:16 +0000
committerSteve Wills <swills@FreeBSD.org>2016-06-28 17:05:16 +0000
commit15862fae518b5833c96d3fb580906388551652f1 (patch)
tree388663347b0ef637f74c38040bb3d9c4e72e29df /databases/ruby-bdb
parentff9013cef6aa26d564f80ac609b4d10705c29458 (diff)
databases/ruby-bdb: Use rdoc included with ruby
With hat: ruby@
Notes
Notes: svn path=/head/; revision=417738
Diffstat (limited to 'databases/ruby-bdb')
-rw-r--r--databases/ruby-bdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index 0bc8dc1bac08..c2ae167caa25 100644
--- a/databases/ruby-bdb/Makefile
+++ b/databases/ruby-bdb/Makefile
@@ -23,7 +23,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-USE_RUBY_RDOC= yes
+MAKE_ENV+= RUBY_RDOC=${LOCALBASE}/bin/rdoc
CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \
--with-db-lib=${BDB_LIB_DIR}