Index: head/mail/p5-Sendmail-Milter/Makefile =================================================================== --- head/mail/p5-Sendmail-Milter/Makefile (revision 389081) +++ head/mail/p5-Sendmail-Milter/Makefile (revision 389082) @@ -1,26 +1,26 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= Sendmail-Milter PORTVERSION= 0.18 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= marc@pilgerer.org COMMENT= Module to write mail filters in Perl using sendmail's mail filter API USES= perl5 USE_PERL5= configure .include -.if exists(${PERL5}) +.if exists(${PERL}) PERLTHREADS!= ${PERL} -V::usethreads .if ${PERLTHREADS} != "'define';" IGNORE= requires perl to be built with -DWITH_THREADS .endif .endif .include