aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Sendmail-Milter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Sendmail-Milter/Makefile')
-rw-r--r--mail/p5-Sendmail-Milter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/p5-Sendmail-Milter/Makefile b/mail/p5-Sendmail-Milter/Makefile
index 6ba66ca778f6..35e6c04b8dd2 100644
--- a/mail/p5-Sendmail-Milter/Makefile
+++ b/mail/p5-Sendmail-Milter/Makefile
@@ -26,6 +26,8 @@ PERLTHREADS!= ${PERL5} -V:usethreads | ${AWK} '/define/ { print "define"; exit }
.if ${PERLTHREADS} != "define"
IGNORE= requires perl to be built with -DWITH_THREADS
.endif
+.else
+IGNORE= requires an existing installation of perl, built with -DWITH_THREADS
.endif
.include <bsd.port.post.mk>