From 80b2663d9e76f3fdf842a8e7abb87ba4c066704f Mon Sep 17 00:00:00 2001 From: beech Date: Sat, 14 Mar 2009 23:33:26 +0000 Subject: - Fix dependency bug - Bump PORTREVISION PR: ports/132627 Submitted by: Yi-Jheng Lin (maintainer) --- irc/rbot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'irc/rbot') 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 -- cgit