diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2019-09-07 19:54:34 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2019-09-07 19:54:34 +0000 |
commit | e3cd3236f2085cebbde641cba6f3a3a8ffbf6964 (patch) | |
tree | 590ea49e89e64722e0472e18f836517cab857cbe /databases | |
parent | Added rdoc as build dependency which is required for ruby 2.6. (diff) |
Added rdoc as build dependency which is required for ruby 2.6.
PR: 240161
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=511416
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-bdb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile index 3df7364a6b9b..3dc3c3f059e9 100644 --- a/databases/ruby-bdb/Makefile +++ b/databases/ruby-bdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= bdb PORTVERSION= 0.6.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases ruby MASTER_SITES= ftp://ftp.idaemons.org/pub/distfiles/ruby/ \ http://idaemons.org/distfiles/ruby/ \ @@ -16,8 +16,11 @@ COMMENT= Ruby interface to Oracle Berkeley DB revision 2 or later LICENSE= RUBY +BUILD_DEPENDS= rubygem-rdoc>=0.a:devel/rubygem-rdoc + OPTIONS_DEFINE= DOCS EXAMPLES +USES= bdb shebangfix tar:bzip2 USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes @@ -34,7 +37,6 @@ SHAREMODE= 0644 PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/bdb.so PORTDOCS= * PORTEXAMPLES= * -USES= bdb shebangfix tar:bzip2 SHEBANG_FILES= examples/record.rb \ examples/recno.rb \ examples/zeroc.rb \ |