aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-synce/Makefile
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/Makefile
parent582d67b410e45602807f37bf0e20fd522b31b033 (diff)
downloadports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.tar.gz
ports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.zip
Notes
Diffstat (limited to 'mail/claws-mail-synce/Makefile')
-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>