From owner-svn-ports-head@FreeBSD.ORG Tue Jan 7 13:23:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C27D54F; Tue, 7 Jan 2014 13:23:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 78F721768; Tue, 7 Jan 2014 13:23:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s07DNtRi018565; Tue, 7 Jan 2014 13:23:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s07DNt4r018564; Tue, 7 Jan 2014 13:23:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401071323.s07DNt4r018564@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 7 Jan 2014 13:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339004 - head/audio/fluidsynth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 13:23:55 -0000 Author: bapt Date: Tue Jan 7 13:23:54 2014 New Revision: 339004 URL: http://svnweb.freebsd.org/changeset/ports/339004 Log: Prefer ninja over make(1) Modified: head/audio/fluidsynth/Makefile Modified: head/audio/fluidsynth/Makefile ============================================================================== --- head/audio/fluidsynth/Makefile Tue Jan 7 13:14:45 2014 (r339003) +++ head/audio/fluidsynth/Makefile Tue Jan 7 13:23:54 2014 (r339004) @@ -16,7 +16,7 @@ OPTIONS_DEFAULT= JACK USE_BZIP2= yes USE_GNOME= glib20 -USES= cmake pkgconfig +USES= cmake pkgconfig ninja CMAKE_ARGS= -Denable-ladcca:BOOL=FALSE \ -Denable-midishare:BOOL=FALSE USE_LDCONFIG= yes