diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-09-07 15:47:03 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-09-07 15:47:03 +0800 |
commit | 7ec875404fc3b3d7401709819d80bbc4740e833b (patch) | |
tree | 929fb0713b1d6aa57b30a0854d734e14dd70d4e2 /irc/rbot | |
parent | 5ae3cbb6f7812577150f7dd23b589362f91538f3 (diff) | |
download | freebsd-ports-gnome-7ec875404fc3b3d7401709819d80bbc4740e833b.tar.gz freebsd-ports-gnome-7ec875404fc3b3d7401709819d80bbc4740e833b.tar.zst freebsd-ports-gnome-7ec875404fc3b3d7401709819d80bbc4740e833b.zip |
- Depend on devel/ruby-gettext which is reqired by default translation function
- Bump PORTREVISION
PR: ports/127090
Submitted by: Yi-Jheng Lin (maintainer)
Diffstat (limited to 'irc/rbot')
-rw-r--r-- | irc/rbot/Makefile | 4 |
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 |