diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/gseen.mod/Makefile | 1 | ||||
-rw-r--r-- | irc/rbot/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/irc/gseen.mod/Makefile b/irc/gseen.mod/Makefile index 8c6fd6fb51cf..43d9877cca78 100644 --- a/irc/gseen.mod/Makefile +++ b/irc/gseen.mod/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop USE_TCL= 85+ +NO_STAGE= yes WRKSRC= ${WRKDIR}/eggdrop 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} |