diff options
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index f637d9b2182d..690486e92ec0 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -53,9 +53,9 @@ pre-extract: pre-configure: ${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4 -.if defined(WITH_GPGME) - ${RM} -f ${WRKSRC}/ac/gpgme.m4 -.endif + if ([ ${WITH_GPGME} ] || [ -f "${LOCALBASE}/share/aclocal/gpgme.m4" ]) ; then \ + ${RM} -f ${WRKSRC}/ac/gpgme.m4 ; \ + fi post-install: .if !defined(NOPORTDOCS) |