aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
committerAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
commit771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch)
treeb4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /irc
parent582d67b410e45602807f37bf0e20fd522b31b033 (diff)
downloadports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.tar.gz
ports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/weechat-devel/Makefile5
-rw-r--r--irc/weechat/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index 195f219e073a..b81c2f29ef30 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -17,7 +17,7 @@ COMMENT= A lightweight and user friendly ncurse based IRC client
USE_BZIP2= yes
USE_ICONV= yes
-USE_AUTOTOOLS= autoconf:261
+USE_AUTOTOOLS= autoconf:262
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -89,4 +89,7 @@ CONFIGURE_ARGS+= --disable-perl
PLIST_SUB+= PERL="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
+
.include <bsd.port.mk>
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 195f219e073a..b81c2f29ef30 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -17,7 +17,7 @@ COMMENT= A lightweight and user friendly ncurse based IRC client
USE_BZIP2= yes
USE_ICONV= yes
-USE_AUTOTOOLS= autoconf:261
+USE_AUTOTOOLS= autoconf:262
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -89,4 +89,7 @@ CONFIGURE_ARGS+= --disable-perl
PLIST_SUB+= PERL="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
+
.include <bsd.port.mk>