diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-11 07:15:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-11 07:15:16 +0800 |
commit | 6a0621161b6d9a2c2113e1c848ab104766ee53c3 (patch) | |
tree | 28ec8b869949a35bc0dc731ac580607d8e31fef4 | |
parent | ee260812dbbacfe02f3316452f2aa799302e80ad (diff) | |
download | freebsd-ports-gnome-6a0621161b6d9a2c2113e1c848ab104766ee53c3.tar.gz freebsd-ports-gnome-6a0621161b6d9a2c2113e1c848ab104766ee53c3.tar.zst freebsd-ports-gnome-6a0621161b6d9a2c2113e1c848ab104766ee53c3.zip |
- Fix typo
Approved by: portmgr (blanket)
-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 |