diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-02 21:02:30 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-02 21:02:30 +0000 |
commit | 7c59caf5e995cff0cd27a891377bb6ab09c9f1aa (patch) | |
tree | 39e022f9f5a3d506bc765dc3bcb2b18cec539382 /irc/miau/Makefile | |
parent | 4931ba8bee0f6be3855b5446443afd3ee4650212 (diff) | |
download | ports-7c59caf5e995cff0cd27a891377bb6ab09c9f1aa.tar.gz ports-7c59caf5e995cff0cd27a891377bb6ab09c9f1aa.zip |
Notes
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}" \ |