diff options
Diffstat (limited to 'irc/miau/Makefile')
-rw-r--r-- | irc/miau/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile index d481d7053eaf..2540f51a5b23 100644 --- a/irc/miau/Makefile +++ b/irc/miau/Makefile @@ -6,8 +6,7 @@ # PORTNAME= miau -PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTVERSION= 0.5.3 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= miau @@ -39,6 +38,10 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ LIBS="${LIBS}" +.if defined(WITH_IPV6) +CONFIGURE_ARGS+= --enable-ipv6 +.endif + post-patch: @${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |