aboutsummaryrefslogtreecommitdiff
path: root/sysutils/aimage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/aimage/Makefile')
-rw-r--r--sysutils/aimage/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile
index c66a5dce9902..bb9d25f77334 100644
--- a/sysutils/aimage/Makefile
+++ b/sysutils/aimage/Makefile
@@ -18,8 +18,11 @@ LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:261
+USE_AUTOTOOLS= autoconf:262
PLIST_FILES= bin/aimage
+post-patch:
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
+
.include <bsd.port.mk>