diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 18:55:28 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 18:55:28 +0000 |
commit | c39b5cc9b579584ccac3494cd5bf01fdb9a33004 (patch) | |
tree | 8fea1fb9aab75b14a2350a4a612112b5fd05268a /irc/rbot | |
parent | Update the ruby 1.8 feature list for the new ruby16-shim-18. (diff) |
Update obsolete dependencies with USE_RUBY_FEATURES.
Diffstat (limited to 'irc/rbot')
-rw-r--r-- | irc/rbot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index 90a1cb9327ab..1bc8a77d11ce 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -13,10 +13,10 @@ MASTER_SITES= http://linuxbrit.co.uk/downloads/ MAINTAINER= david+ports@bushong.net COMMENT= Ruby IRC bot similar to infobot -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ - ${RUBY_SITELIBDIR}/rexml/document.rb:${PORTSDIR}/textproc/ruby-rexml +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb USE_RUBY= yes +USE_RUBY_FEATURES= rexml NO_BUILD= yes |