aboutsummaryrefslogtreecommitdiff
path: root/mail/libetpan
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
committerAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
commit6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch)
tree7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /mail/libetpan
parent48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff)
downloadports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.tar.gz
ports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.zip
Notes
Diffstat (limited to 'mail/libetpan')
-rw-r--r--mail/libetpan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index 479b8a108e75..d2ef7170b083 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
sasl2.2:${PORTSDIR}/security/cyrus-sasl2
USE_ICONV= yes
-USE_AUTOTOOLS= libtool:22 autoconf:267
+USE_AUTOTOOLS= libtool:22 autoconf:268
USE_LDCONFIG= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
@@ -48,6 +48,6 @@ CONFIGURE_ARGS+= --enable-ipv6
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4
.include <bsd.port.mk>