diff options
Diffstat (limited to 'mail/libetpan/Makefile')
-rw-r--r-- | mail/libetpan/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 169078df43ac..479b8a108e75 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,6 +8,7 @@ PORTNAME= libetpan PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -19,7 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ sasl2.2:${PORTSDIR}/security/cyrus-sasl2 USE_ICONV= yes -USE_AUTOTOOLS= libtool:22 autoconf:262 +USE_AUTOTOOLS= libtool:22 autoconf:267 USE_LDCONFIG= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes @@ -47,6 +48,6 @@ CONFIGURE_ARGS+= --enable-ipv6 .endif post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 .include <bsd.port.mk> |