summaryrefslogtreecommitdiff
path: root/mail/sylpheed2-devel
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-11-06 14:37:54 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-11-06 14:37:54 +0000
commit2ededd9245a7a422bf8d6ac5e3b49d24058995a3 (patch)
tree3c87b06b2fb79c9cbb0fcf6d9a5268ca5a359fec /mail/sylpheed2-devel
parentUpdate postfix to 20010228-pl06 and update tls to go with it. (diff)
Fix build if WITH_GPGME is not defined.
PR: 31753 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=49671
Diffstat (limited to 'mail/sylpheed2-devel')
-rw-r--r--mail/sylpheed2-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile
index a49a79b03fd5..f637d9b2182d 100644
--- a/mail/sylpheed2-devel/Makefile
+++ b/mail/sylpheed2-devel/Makefile
@@ -53,7 +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
post-install:
.if !defined(NOPORTDOCS)