diff options
Diffstat (limited to 'irc/rbot/Makefile')
-rw-r--r-- | irc/rbot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index ad7f28270819..8008c6b48f0c 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -14,6 +14,7 @@ COMMENT= Ruby IRC bot similar to infobot RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext +NO_STAGE= yes USE_RUBY= yes USE_RUBY_SETUP= yes CONFIGURE_ARGS= --prefix=${PREFIX} |