svn commit: r322921 - head/mail/filtermail

Baptiste Daroussin bapt at FreeBSD.org
Sat Jul 13 13:11:53 UTC 2013


Author: bapt
Date: Sat Jul 13 13:11:53 2013
New Revision: 322921
URL: http://svnweb.freebsd.org/changeset/ports/322921

Log:
  Mark jobs unsafe

Modified:
  head/mail/filtermail/Makefile

Modified: head/mail/filtermail/Makefile
==============================================================================
--- head/mail/filtermail/Makefile	Sat Jul 13 13:11:03 2013	(r322920)
+++ head/mail/filtermail/Makefile	Sat Jul 13 13:11:53 2013	(r322921)
@@ -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]
 
 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


More information about the svn-ports-all mailing list