From 774657d407d4e1f156d1304cde86b8850147d626 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 13 Jul 2013 13:11:53 +0000 Subject: [PATCH] Mark jobs unsafe --- mail/filtermail/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/mail/filtermail/Makefile b/mail/filtermail/Makefile index f14926ae5f69..b8e967d4a5e4 100644 --- a/mail/filtermail/Makefile +++ b/mail/filtermail/Makefile @@ -1,10 +1,8 @@ # Created by: Harry Newton -# -# Called this port 'filtermail' because there is already a 'mailfilter' -# in the ports tree. -# # $FreeBSD$ -# + +# Called this port 'filtermail' because there is already a 'mailfilter' +# in the ports tree. PORTNAME= filtermail PORTVERSION= 0.8.2 @@ -30,9 +28,9 @@ EXTRACT_AFTER_ARGS= | ${SED} 's/[mM][aA][iI][lL][fF][iI][lL][tT][eE][rR]/filterm WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= bison -USE_GMAKE= yes +USES= bison gmake GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes MAN1= filtermail.1 MAN5= filtermailex.5 filtermailrc.5