diff options
author | knu <knu@FreeBSD.org> | 2003-11-01 02:55:28 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-11-01 02:55:28 +0800 |
commit | f64926ab321884e4a57e8ca37c46d09607a60d3d (patch) | |
tree | ea15c2f6c2100ae92961284c84e8788a5781749a /irc | |
parent | 2afde280703ea3b6b1fa7e0e9d80e9905fa3bba0 (diff) | |
download | freebsd-ports-gnome-f64926ab321884e4a57e8ca37c46d09607a60d3d.tar.gz freebsd-ports-gnome-f64926ab321884e4a57e8ca37c46d09607a60d3d.tar.zst freebsd-ports-gnome-f64926ab321884e4a57e8ca37c46d09607a60d3d.zip |
Update obsolete dependencies with USE_RUBY_FEATURES.
Diffstat (limited to 'irc')
-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 |