diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-05 11:14:04 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-05 11:14:04 +0000 |
commit | 08797de23da3677eca5bece89765a6b479ada38f (patch) | |
tree | 9200d831f668ab4c88978558af895a1ae3d44483 /irc/miau/Makefile | |
parent | 0f34073274fb5657db0e8b5a58af4ea520f17437 (diff) |
Notes
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} |