diff options
Diffstat (limited to 'mail/p5-Sendmail-Milter/Makefile')
-rw-r--r-- | mail/p5-Sendmail-Milter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Sendmail-Milter/Makefile b/mail/p5-Sendmail-Milter/Makefile index 39c5a59456ed..09381ce52293 100644 --- a/mail/p5-Sendmail-Milter/Makefile +++ b/mail/p5-Sendmail-Milter/Makefile @@ -19,7 +19,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(${PERL5}) -PERLTHREADS!= ${PERL5} -V:usethreads | ${AWK} '/define/ { print "define"; exit }' +PERLTHREADS!= ${PERL5} -V:usethreads | ${AWK} '/define/ { print "define"; exit } END { exit 1 }' || ${ECHO_CMD} .if ${PERLTHREADS} != "define" IGNORE= requires perl to be built with -DWITH_THREADS .endif |