diff options
Diffstat (limited to 'mail/libetpan/Makefile')
-rw-r--r-- | mail/libetpan/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index eb3459196eb3..1bb0c6baf094 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -47,7 +47,9 @@ CONFIGURE_ARGS+= --disable-ipv6 CONFIGURE_ARGS+= --enable-ipv6 .endif +AUTOTOOLSFILES= aclocal.m4 + post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4 .include <bsd.port.mk> |