diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-10 23:15:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-10 23:15:16 +0000 |
commit | 560f9c44eea9b9ce944e06a5a5adcd4e0c10581c (patch) | |
tree | 28ec8b869949a35bc0dc731ac580607d8e31fef4 /biology/ruby-bio | |
parent | - Update to 1.3098.0 (diff) |
- Fix typo
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=399072
Diffstat (limited to 'biology/ruby-bio')
-rw-r--r-- | biology/ruby-bio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/ruby-bio/Makefile b/biology/ruby-bio/Makefile index ae9dc9b38174..6e5c647c4dd0 100644 --- a/biology/ruby-bio/Makefile +++ b/biology/ruby-bio/Makefile @@ -28,7 +28,7 @@ USE_RUBY_SETUP= yes SHEBANG_FILES= sample/biofetch.rb ruby_OLD_CMD= /usr/proj/bioruby/bin/ruby -XML_PARSER_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmlparser.so:${PORTSDIR}/textproc/ruby-xmlparser +XMLPARSER_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>=0:${PORTSDIR}/databases/rubygem-dbd-mysql PGSQL_RUN_DEPENDS= rubygem-dbd-pg>=0:${PORTSDIR}/databases/rubygem-dbd-pg |