diff options
Diffstat (limited to 'irc/miau/Makefile')
-rw-r--r-- | irc/miau/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile index cf0e03ae5315..d481d7053eaf 100644 --- a/irc/miau/Makefile +++ b/irc/miau/Makefile @@ -7,6 +7,7 @@ PORTNAME= miau PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= miau @@ -31,6 +32,7 @@ CONFIGURE_ARGS= --enable-dccbounce \ --enable-privlog \ --enable-onconnect \ --enable-empty-awaymsg \ + --enable-dumpstatus \ --disable-dependency-tracking CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ |