diff options
author | mat <mat@FreeBSD.org> | 2015-06-11 01:16:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-06-11 01:16:19 +0800 |
commit | 8ac2fa8c862a35748132b807956d35999ba535bb (patch) | |
tree | e904314ca611f7de7aa9d8b4952149684184c6f0 /mail | |
parent | 8dfa56574a39f60eb1f2d6cc68d7df7f726a9403 (diff) | |
download | freebsd-ports-gnome-8ac2fa8c862a35748132b807956d35999ba535bb.tar.gz freebsd-ports-gnome-8ac2fa8c862a35748132b807956d35999ba535bb.tar.zst freebsd-ports-gnome-8ac2fa8c862a35748132b807956d35999ba535bb.zip |
Really check that what you will run exists.
Sponsored by: Absolight
Diffstat (limited to 'mail')
-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 |