Date: Wed, 10 Jun 2015 17:16:20 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389082 - head/mail/p5-Sendmail-Milter Message-ID: <201506101716.t5AHGK58043038@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Jun 10 17:16:19 2015 New Revision: 389082 URL: https://svnweb.freebsd.org/changeset/ports/389082 Log: Really check that what you will run exists. Sponsored by: Absolight Modified: head/mail/p5-Sendmail-Milter/Makefile Modified: head/mail/p5-Sendmail-Milter/Makefile ============================================================================== --- head/mail/p5-Sendmail-Milter/Makefile Wed Jun 10 17:15:32 2015 (r389081) +++ head/mail/p5-Sendmail-Milter/Makefile Wed Jun 10 17:16:19 2015 (r389082) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101716.t5AHGK58043038>