diff options
author | swills <swills@FreeBSD.org> | 2011-07-31 02:33:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-31 02:33:55 +0800 |
commit | 7365a251665d47ee0ee09d73340387de4264854e (patch) | |
tree | d90898c4378e4dfa2d49b26674eb026eae2e9c0c /irc | |
parent | f2ae2e9b2a65e1a0fea9f34569a4b2cdde737799 (diff) | |
download | freebsd-ports-gnome-7365a251665d47ee0ee09d73340387de4264854e.tar.gz freebsd-ports-gnome-7365a251665d47ee0ee09d73340387de4264854e.tar.zst freebsd-ports-gnome-7365a251665d47ee0ee09d73340387de4264854e.zip |
- Fix build with Ruby 1.9
PR: ports/158617
Approved by: yzlin (maintainer timeout)
Diffstat (limited to 'irc')
-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 5b569dbdec33..4ba0bcb3db2c 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -7,6 +7,7 @@ PORTNAME= rbot PORTVERSION= 0.9.15 +PORTREVISION= 1 CATEGORIES= irc ruby MASTER_SITES= http://ruby-rbot.org/download/ EXTRACT_SUFX= .tgz @@ -15,7 +16,7 @@ MAINTAINER= yzlin@FreeBSD.org COMMENT= Ruby IRC bot similar to infobot RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ - ${RUBY_PKGNAMEPREFIX}gettext>=1.93.0:${PORTSDIR}/devel/ruby-gettext + rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext USE_RUBY= yes USE_RUBY_SETUP= yes |