summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 14:22:09 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 14:22:09 +0000
commitf62eea5fe85a98cb1efed8c32c4e9cd8ce6f93bb (patch)
tree79197244403222639f86dc8577b1f74b6bdd4499
parentdevel/cargo-c: update to 0.6.5 (diff)
biology/ruby-bio: remove expired optional dependency on textproc/ruby-xmlparser
Notes
Notes: svn path=/head/; revision=534089
-rw-r--r--biology/ruby-bio/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/ruby-bio/Makefile b/biology/ruby-bio/Makefile
index 060606a82ba0..23b6daa8a23e 100644
--- a/biology/ruby-bio/Makefile
+++ b/biology/ruby-bio/Makefile
@@ -15,8 +15,7 @@ COMMENT= Integrated environment for Bioinformatics written in Ruby
LICENSE= GPLv2 RUBY
LICENSE_COMB= dual
-OPTIONS_DEFINE= XMLPARSER BDB4 MYSQL PGSQL DOCS
-XMLPARSER_DESC= xmlparser support for faster Blast processing
+OPTIONS_DEFINE= BDB4 MYSQL PGSQL DOCS
BDB4_DESC= bdb4 support for faster flat file indexing
NO_ARCH= yes
@@ -26,7 +25,6 @@ USE_RUBY_SETUP= yes
SHEBANG_FILES= sample/biofetch.rb
ruby_OLD_CMD= /usr/proj/bioruby/bin/ruby
-XMLPARSER_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmlparser.so:textproc/ruby-xmlparser
BDB4_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb
MYSQL_RUN_DEPENDS= rubygem-dbd-mysql>=0:databases/rubygem-dbd-mysql
PGSQL_RUN_DEPENDS= rubygem-dbd-pg>=0:databases/rubygem-dbd-pg