diff options
Diffstat (limited to 'irc/charybdis/Makefile')
-rw-r--r-- | irc/charybdis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/charybdis/Makefile b/irc/charybdis/Makefile index 1220563ccb8f..212d3301a1ab 100644 --- a/irc/charybdis/Makefile +++ b/irc/charybdis/Makefile @@ -40,6 +40,7 @@ CONFIGURE_ARGS= --with-confdir=${ETCDIR} \ --with-moduledir=${DATADIR}/modules \ --enable-kqueue +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} |