diff options
author | beech <beech@FreeBSD.org> | 2009-03-15 07:33:26 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-03-15 07:33:26 +0800 |
commit | 80b2663d9e76f3fdf842a8e7abb87ba4c066704f (patch) | |
tree | a1cff6ea739afcac95751f38c1258066fcd9c339 /irc/rbot | |
parent | c812b7539c5d0205c449af818319078eee9f8704 (diff) | |
download | freebsd-ports-gnome-80b2663d9e76f3fdf842a8e7abb87ba4c066704f.tar.gz freebsd-ports-gnome-80b2663d9e76f3fdf842a8e7abb87ba4c066704f.tar.zst freebsd-ports-gnome-80b2663d9e76f3fdf842a8e7abb87ba4c066704f.zip |
- Fix dependency bug
- Bump PORTREVISION
PR: ports/132627
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
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 |