diff options
-rw-r--r-- | mail/p5-Sendmail-Milter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/p5-Sendmail-Milter/Makefile b/mail/p5-Sendmail-Milter/Makefile index 6ba66ca778f..35e6c04b8dd 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> |