diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-09-21 13:44:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-09-21 13:44:58 +0000 |
commit | 1fa583c33d1a1a7a3d092acfaffd37d0910fc28e (patch) | |
tree | 782628d0056689252910025752cbc5a0c7213c76 /biology/ruby-bio | |
parent | Allow staging as a regular user (diff) |
- any version for RUN_DEPENDS
Notes
Notes:
svn path=/head/; revision=368754
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 63f712dd607c..98db62959238 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= rubygem-dbd-mysql:${PORTSDIR}/databases/rubygem-dbd-mysql -PGSQL_RUN_DEPENDS= rubygem-dbd-pg:${PORTSDIR}/databases/rubygem-dbd-pg +MYSQL_RUN_DEPENDS= rubygem-dbd-mysql>=0:${PORTSDIR}/databases/rubygem-dbd-mysql +PGSQL_RUN_DEPENDS= rubygem-dbd-pg>=0:${PORTSDIR}/databases/rubygem-dbd-pg post-patch: ${RUBY} -i -pe 'gsub(%r"(/etc/bioinformatics/)") { "${PREFIX}" + $$1 }' \ |