aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-synce
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
committerAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
commit8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch)
tree1e9812bc2638933184cae2b226809eb69253bb9f /mail/claws-mail-synce
parentbe8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff)
downloadports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz
ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip
Notes
Diffstat (limited to 'mail/claws-mail-synce')
-rw-r--r--mail/claws-mail-synce/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/claws-mail-synce/Makefile b/mail/claws-mail-synce/Makefile
index d2859b6aa418..7176a9001ab6 100644
--- a/mail/claws-mail-synce/Makefile
+++ b/mail/claws-mail-synce/Makefile
@@ -7,7 +7,7 @@
PORTNAME= synce
PORTVERSION= 0.7.5
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
@@ -21,7 +21,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} \
--with-librapi2=${LOCALBASE}
@@ -31,6 +31,6 @@ PLIST_FILES= lib/claws-mail/plugins/synce_plugin.a \
lib/claws-mail/plugins/synce_plugin.so
post-patch:
- @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
.include <bsd.port.mk>