Date: Tue, 7 Jan 2014 13:14:45 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339003 - head/audio/libgme Message-ID: <201401071314.s07DEjTM014971@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401071314.s07DEjTM014971>