diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-09-21 09:51:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-09-21 09:51:18 +0000 |
commit | 987e15957a7a58caf0ec3bb9d71062ae3ded454c (patch) | |
tree | 8b4fd764ef8240a8a9566df7daddf35000c0e12b /biology/ruby-bio | |
parent | - add RUN_DEPENDS (diff) |
- update RUN_DEPENDS for rubygems-dbi
Notes
Notes:
svn path=/head/; revision=368736
Diffstat (limited to 'biology/ruby-bio')
-rw-r--r-- | biology/ruby-bio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/ruby-bio/Makefile b/biology/ruby-bio/Makefile index 54503ea6f71e..63f712dd607c 100644 --- a/biology/ruby-bio/Makefile +++ b/biology/ruby-bio/Makefile @@ -26,8 +26,8 @@ ruby_OLD_CMD= /usr/proj/bioruby/bin/ruby XML_PARSER_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmlparser.so:${PORTSDIR}/textproc/ruby-xmlparser BDB4_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb -MYSQL_RUN_DEPENDS= ${RUBY_SITELIBDIR}/DBD/Mysql/Mysql.rb:${PORTSDIR}/databases/ruby-dbd_mysql -PGSQL_RUN_DEPENDS= ${RUBY_SITELIBDIR}/DBD/Pg/Pg.rb:${PORTSDIR}/databases/ruby-dbd_pg +MYSQL_RUN_DEPENDS= rubygem-dbd-mysql:${PORTSDIR}/databases/rubygem-dbd-mysql +PGSQL_RUN_DEPENDS= rubygem-dbd-pg:${PORTSDIR}/databases/rubygem-dbd-pg post-patch: ${RUBY} -i -pe 'gsub(%r"(/etc/bioinformatics/)") { "${PREFIX}" + $$1 }' \ |