diff options
Diffstat (limited to 'irc/rbot/Makefile')
-rw-r--r-- | irc/rbot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index 2a2415fe5549..aca35f99db58 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -23,10 +23,8 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/tokyocabinet.so:databases/ruby-tokyocabinet rubygem-oauth21>=0:net/rubygem-oauth21 LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet -USES= cpe +USES= cpe ruby:setup -USE_RUBY= yes -USE_RUBY_SETUP= yes CONFIGURE_ARGS= --prefix=${PREFIX} NO_ARCH= yes |