diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-03-14 23:33:26 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-03-14 23:33:26 +0000 |
commit | 708eb373c0bad53de33ebc9cd3dde7cae7a2afca (patch) | |
tree | 31bbf06487753533a947fc7a1bb5a612f5dfc6dd /irc/rbot | |
parent | 70d62dcdc619d0806a10e925c869fe297f61f7b2 (diff) |
Notes
Diffstat (limited to 'irc/rbot')
-rw-r--r-- | irc/rbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index 0ebd3f3015ec..35168bfa1569 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -7,6 +7,7 @@ PORTNAME= rbot PORTVERSION= 0.9.14 +PORTREVISION= 1 CATEGORIES= irc ruby MASTER_SITES= http://ruby-rbot.org/download/ EXTRACT_SUFX= .tgz @@ -15,7 +16,7 @@ MAINTAINER= yzlin@cs.nctu.edu.tw COMMENT= Ruby IRC bot similar to infobot RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ - ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext + ${RUBY_PKGNAMEPREFIX}gettext>=1.93.0:${PORTSDIR}/devel/ruby-gettext USE_RUBY= yes USE_RUBY_SETUP= yes |