svn commit: r342810 - head/sysutils/videogen

John Marino marino at FreeBSD.org
Wed Feb 5 18:23:57 UTC 2014


Author: marino
Date: Wed Feb  5 18:23:56 2014
New Revision: 342810
URL: http://svnweb.freebsd.org/changeset/ports/342810
QAT: https://qat.redports.org/buildarchive/r342810/

Log:
  sysutils/videogen: Mark jobs unsafe

Modified:
  head/sysutils/videogen/Makefile

Modified: head/sysutils/videogen/Makefile
==============================================================================
--- head/sysutils/videogen/Makefile	Wed Feb  5 18:13:00 2014	(r342809)
+++ head/sysutils/videogen/Makefile	Wed Feb  5 18:23:56 2014	(r342810)
@@ -7,12 +7,14 @@ CATEGORIES=	sysutils
 MASTER_SITES=	http://www.dynaweb.hu/opensource/videogen/download/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A tool for calculating XFree86 modelines
+COMMENT=	Tool for calculating XFree86 modelines
 
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 
 DOCS=		BUGS CHANGES README THANKS
 
+MAKE_JOBS_UNSAFE=yes
+
 post-extract:
 	@${LN} -sf ${PORTNAME}.1x ${WRKSRC}/${PORTNAME}.1
 


More information about the svn-ports-all mailing list