diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 14:22:09 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 14:22:09 +0000 |
commit | f62eea5fe85a98cb1efed8c32c4e9cd8ce6f93bb (patch) | |
tree | 79197244403222639f86dc8577b1f74b6bdd4499 /biology/ruby-bio/Makefile | |
parent | 3d07390f933312fd10909c416945365c1cd2b548 (diff) | |
download | ports-f62eea5fe85a98cb1efed8c32c4e9cd8ce6f93bb.tar.gz ports-f62eea5fe85a98cb1efed8c32c4e9cd8ce6f93bb.zip |
Notes
Diffstat (limited to 'biology/ruby-bio/Makefile')
-rw-r--r-- | biology/ruby-bio/Makefile | 4 |
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 |