svn commit: r322674 - head/security/bugs

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:58:47 UTC 2013


Author: bapt
Date: Wed Jul 10 11:58:46 2013
New Revision: 322674
URL: http://svnweb.freebsd.org/changeset/ports/322674

Log:
  Mark jobs unsafe and convert to USES=gmake

Modified:
  head/security/bugs/Makefile

Modified: head/security/bugs/Makefile
==============================================================================
--- head/security/bugs/Makefile	Wed Jul 10 11:57:49 2013	(r322673)
+++ head/security/bugs/Makefile	Wed Jul 10 11:58:46 2013	(r322674)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	bugs
-# Date created:		20 June 1998
-# Whom:			Stephane Legrand
-#
+# Created by: Stephane Legrand
 # $FreeBSD$
-#
 
 PORTNAME=	bugs
 PORTVERSION=	4.1.1
@@ -18,7 +14,9 @@ COMMENT=	Great cryptography library and 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GMAKE=	yes
+USES=		gmake
+
+MAKE_JOBS_UNSAFE=	yes
 
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 


More information about the svn-ports-all mailing list