From c0dbcd6edacb68c1a465f97e03906daf49e33f8f Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 10 Jun 2015 17:16:19 +0000 Subject: [PATCH] Really check that what you will run exists. Sponsored by: Absolight --- mail/p5-Sendmail-Milter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/p5-Sendmail-Milter/Makefile b/mail/p5-Sendmail-Milter/Makefile index 799ab854523a..c212a52f87b6 100644 --- a/mail/p5-Sendmail-Milter/Makefile +++ b/mail/p5-Sendmail-Milter/Makefile @@ -16,7 +16,7 @@ USE_PERL5= configure .include -.if exists(${PERL5}) +.if exists(${PERL}) PERLTHREADS!= ${PERL} -V::usethreads .if ${PERLTHREADS} != "'define';" IGNORE= requires perl to be built with -DWITH_THREADS