svn commit: r304325 - head/net-p2p/ktorrent

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Sep 15 20:22:27 UTC 2012


Author: rakuco
Date: Sat Sep 15 20:22:27 2012
New Revision: 304325
URL: http://svn.freebsd.org/changeset/ports/304325

Log:
  ktorrent: Try enabling MAKE_JOBS_SAFE again

Modified:
  head/net-p2p/ktorrent/Makefile

Modified: head/net-p2p/ktorrent/Makefile
==============================================================================
--- head/net-p2p/ktorrent/Makefile	Sat Sep 15 20:21:58 2012	(r304324)
+++ head/net-p2p/ktorrent/Makefile	Sat Sep 15 20:22:27 2012	(r304325)
@@ -22,7 +22,7 @@ USE_QT4=	qmake_build moc_build rcc_build
 USE_CMAKE=	yes
 USE_GETTEXT=	yes
 USE_LDCONFIG=	yes
-#MAKE_JOBS_SAFE=	yes
+MAKE_JOBS_SAFE=	yes
 
 CONFLICTS_BUILD=	ktorrent-2*
 



More information about the svn-ports-all mailing list