aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sylpheed
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-11-06 22:37:54 +0800
committerpetef <petef@FreeBSD.org>2001-11-06 22:37:54 +0800
commit7603cb2d6bb91f17ba8f246d1e6a7f398086d681 (patch)
treed513b40c0dc90e71f1784a40cfdcf78a7dd3759d /mail/sylpheed
parent65ead2b5bbfac5faea75506dc5da9891d5912a60 (diff)
downloadfreebsd-ports-gnome-7603cb2d6bb91f17ba8f246d1e6a7f398086d681.tar.gz
freebsd-ports-gnome-7603cb2d6bb91f17ba8f246d1e6a7f398086d681.tar.zst
freebsd-ports-gnome-7603cb2d6bb91f17ba8f246d1e6a7f398086d681.zip
Fix build if WITH_GPGME is not defined.
PR: 31753 Submitted by: maintainer
Diffstat (limited to 'mail/sylpheed')
-rw-r--r--mail/sylpheed/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index a49a79b03fd5..f637d9b2182d 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/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)