diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-10 17:16:19 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-10 17:16:19 +0000 |
commit | c0dbcd6edacb68c1a465f97e03906daf49e33f8f (patch) | |
tree | e904314ca611f7de7aa9d8b4952149684184c6f0 /mail/p5-Sendmail-Milter/Makefile | |
parent | 44cc399ed89e0a028a5836b8cd7e803fe2049c3e (diff) | |
download | ports-c0dbcd6edacb68c1a465f97e03906daf49e33f8f.tar.gz ports-c0dbcd6edacb68c1a465f97e03906daf49e33f8f.zip |
Really check that what you will run exists.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=389082
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 799ab854523a..c212a52f87b6 100644 --- a/mail/p5-Sendmail-Milter/Makefile +++ b/mail/p5-Sendmail-Milter/Makefile @@ -16,7 +16,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> -.if exists(${PERL5}) +.if exists(${PERL}) PERLTHREADS!= ${PERL} -V::usethreads .if ${PERLTHREADS} != "'define';" IGNORE= requires perl to be built with -DWITH_THREADS |