svn commit: r342849 - head/graphics/xmms-paranormal

John Marino marino at FreeBSD.org
Wed Feb 5 21:00:50 UTC 2014


Author: marino
Date: Wed Feb  5 21:00:49 2014
New Revision: 342849
URL: http://svnweb.freebsd.org/changeset/ports/342849
QAT: https://qat.redports.org/buildarchive/r342849/

Log:
  graphics/xmms-paranormal: Mark jobs unsafe

Modified:
  head/graphics/xmms-paranormal/Makefile

Modified: head/graphics/xmms-paranormal/Makefile
==============================================================================
--- head/graphics/xmms-paranormal/Makefile	Wed Feb  5 20:59:04 2014	(r342848)
+++ head/graphics/xmms-paranormal/Makefile	Wed Feb  5 21:00:49 2014	(r342849)
@@ -17,12 +17,14 @@ RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia
 
 CFLAGS+=	-I${LOCALBASE}/include/libxml2/libxml
 
+USES=		gmake
 USE_GL=		glut
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl
 USE_LDCONFIG=	yes
 USE_GNOME=	gtk12
-USE_GMAKE=	yes
+
+MAKE_JOBS_UNSAFE=yes
 
 NO_STAGE=	yes
 post-patch:


More information about the svn-ports-all mailing list