Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2016 10:25:06 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422708 - head/audio/csound6
Message-ID:  <201609241025.u8OAP6RD023707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Sep 24 10:25:06 2016
New Revision: 422708
URL: https://svnweb.freebsd.org/changeset/ports/422708

Log:
  Switch to an out-of-source CMake build

Modified:
  head/audio/csound6/Makefile

Modified: head/audio/csound6/Makefile
==============================================================================
--- head/audio/csound6/Makefile	Sat Sep 24 09:47:14 2016	(r422707)
+++ head/audio/csound6/Makefile	Sat Sep 24 10:25:06 2016	(r422708)
@@ -23,7 +23,7 @@ BUILD_DEPENDS=	boost-libs>0:devel/boost-
 LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
 		libsndfile.so:audio/libsndfile
 
-USES=		bison cmake localbase python:2
+USES=		bison cmake:outsource localbase python:2
 CMAKE_ARGS=	-DBUILD_CSOUNDVST:BOOL=OFF \
 		-DBUILD_JAVA_INTERFACE:BOOL=OFF \
 		-DBUILD_P5GLOVE_OPCODES:BOOL=OFF \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609241025.u8OAP6RD023707>