svn commit: r339003 - head/audio/libgme

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 7 13:14:46 UTC 2014


Author: bapt
Date: Tue Jan  7 13:14:45 2014
New Revision: 339003
URL: http://svnweb.freebsd.org/changeset/ports/339003

Log:
  Prefer ninja over make(1) to build

Modified:
  head/audio/libgme/Makefile

Modified: head/audio/libgme/Makefile
==============================================================================
--- head/audio/libgme/Makefile	Tue Jan  7 12:01:16 2014	(r339002)
+++ head/audio/libgme/Makefile	Tue Jan  7 13:14:45 2014	(r339003)
@@ -15,7 +15,7 @@ LICENSE_COMB=	dual
 
 PROJECTHOST=	game-music-emu
 USE_BZIP2=	yes
-USES=		cmake dos2unix
+USES=		cmake dos2unix ninja
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list