mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build with Ruby 1.9
PR: ports/158617 Approved by: yzlin (maintainer timeout)
This commit is contained in:
parent
e498bb9dca
commit
99cf3d35e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278589
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= rbot
|
PORTNAME= rbot
|
||||||
PORTVERSION= 0.9.15
|
PORTVERSION= 0.9.15
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= irc ruby
|
CATEGORIES= irc ruby
|
||||||
MASTER_SITES= http://ruby-rbot.org/download/
|
MASTER_SITES= http://ruby-rbot.org/download/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
@ -15,7 +16,7 @@ MAINTAINER= yzlin@FreeBSD.org
|
||||||
COMMENT= Ruby IRC bot similar to infobot
|
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_PKGNAMEPREFIX}gettext>=1.93.0:${PORTSDIR}/devel/ruby-gettext
|
rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBY_SETUP= yes
|
USE_RUBY_SETUP= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue