aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-06-11 01:16:19 +0800
committermat <mat@FreeBSD.org>2015-06-11 01:16:19 +0800
commit8ac2fa8c862a35748132b807956d35999ba535bb (patch)
treee904314ca611f7de7aa9d8b4952149684184c6f0 /mail
parent8dfa56574a39f60eb1f2d6cc68d7df7f726a9403 (diff)
downloadfreebsd-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/Makefile2
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