aboutsummaryrefslogtreecommitdiff
path: root/irc/rbot
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-09-07 07:47:03 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-09-07 07:47:03 +0000
commitdf21de0d18035f5854de58ccf28b7f9da8f64a4a (patch)
treef81a9e51ca9d670d2fdd1aeb20fb097272f904d4 /irc/rbot
parent0947cc647890a27a473251ee0c4b0171ee810c17 (diff)
downloadports-df21de0d18035f5854de58ccf28b7f9da8f64a4a.tar.gz
ports-df21de0d18035f5854de58ccf28b7f9da8f64a4a.zip
- Depend on devel/ruby-gettext which is reqired by default translation function
- Bump PORTREVISION PR: ports/127090 Submitted by: Yi-Jheng Lin (maintainer)
Notes
Notes: svn path=/head/; revision=220081
Diffstat (limited to 'irc/rbot')
-rw-r--r--irc/rbot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile
index 0c1ea27259f4..680a39910039 100644
--- a/irc/rbot/Makefile
+++ b/irc/rbot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rbot
PORTVERSION= 0.9.13
+PORTREVISION= 1
CATEGORIES= irc ruby
MASTER_SITES= http://ruby-rbot.org/download/
EXTRACT_SUFX= .tgz
@@ -14,7 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= yzlin@cs.nctu.edu.tw
COMMENT= Ruby IRC bot similar to infobot
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
+RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \
+ ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext
USE_RUBY= yes
USE_RUBY_SETUP= yes