svn commit: r322920 - head/x11-toolkits/v

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


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

Log:
  Mark jobs unsafe

Modified:
  head/x11-toolkits/v/Makefile

Modified: head/x11-toolkits/v/Makefile
==============================================================================
--- head/x11-toolkits/v/Makefile	Sat Jul 13 13:09:35 2013	(r322919)
+++ head/x11-toolkits/v/Makefile	Sat Jul 13 13:11:03 2013	(r322920)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    v
-# Date created:         8 Feb 1998
-# Whom:                 Donald Burr <dburr at FreeBSD.org>
-#
+# Created by: Donald Burr <dburr at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	v
 PORTVERSION=	1.90
@@ -14,12 +10,13 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}${E
 		${PORTNAME}-${PORTVERSION}a-patch${EXTRACT_SUFX}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A C++ GUI development framework for X11 and Microsoft Windows
+COMMENT=	C++ GUI development framework for X11 and Microsoft Windows
 
 WRKSRC=		${WRKDIR}/home/vgui
 
 USE_XORG=	x11 xt xmu xaw
-USE_GMAKE=	yes
+USES=		gmake
+MAKE_JOBS_UNSAFE=	yes
 MAKE_ENV=	INSTALLDIR=${PREFIX} HOMEV=${WRKSRC}
 USE_DOS2UNIX=	yes
 


More information about the svn-ports-all mailing list