svn commit: r389082 - head/mail/p5-Sendmail-Milter

Mathieu Arnold mat at FreeBSD.org
Wed Jun 10 17:16:20 UTC 2015


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


More information about the svn-ports-all mailing list