summaryrefslogtreecommitdiff
path: root/mail/claws-mail-synce
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 /mail/claws-mail-synce
parent. If DISTFILES are missing then print out the instructions to get them (diff)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Notes
Notes: svn path=/head/; revision=218886
Diffstat (limited to 'mail/claws-mail-synce')
-rw-r--r--mail/claws-mail-synce/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/claws-mail-synce/Makefile b/mail/claws-mail-synce/Makefile
index 24397a289206..1ccfcf92cde5 100644
--- a/mail/claws-mail-synce/Makefile
+++ b/mail/claws-mail-synce/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail
RUN_DEPENDS= claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:261
+USE_AUTOTOOLS= autoconf:262
CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} \
--with-librapi2=${LOCALBASE}
@@ -30,4 +30,7 @@ PLIST_FILES= lib/claws-mail/plugins/synce_plugin.a \
lib/claws-mail/plugins/synce_plugin.la \
lib/claws-mail/plugins/synce_plugin.so
+post-patch:
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
+
.include <bsd.port.mk>