svn commit: r317462 - head/misc/shared-mime-info

Koop Mast kwm at FreeBSD.org
Mon May 6 06:05:57 UTC 2013


Author: kwm
Date: Mon May  6 06:05:56 2013
New Revision: 317462
URL: http://svnweb.freebsd.org/changeset/ports/317462

Log:
  This port is still not jobs safe, so add back MAKE_JOBS_UNSAFE.
  
  PR:		ports/178362
  Submitted by:	mandree@

Modified:
  head/misc/shared-mime-info/Makefile

Modified: head/misc/shared-mime-info/Makefile
==============================================================================
--- head/misc/shared-mime-info/Makefile	Mon May  6 06:01:32 2013	(r317461)
+++ head/misc/shared-mime-info/Makefile	Mon May  6 06:05:56 2013	(r317462)
@@ -18,6 +18,7 @@ USES=		pathfix pkgconfig gettext
 USE_GNOME=	glib20 libxml2 intltool intlhack
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_JOBS_UNSAFE=	yes
 
 MAN1=		update-mime-database.1
 


More information about the svn-ports-all mailing list