Date: Fri, 22 Aug 2014 13:05:51 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365641 - head/audio/csound6 Message-ID: <201408221305.s7MD5ppV032581@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 22 13:05:51 2014 New Revision: 365641 URL: http://svnweb.freebsd.org/changeset/ports/365641 QAT: https://qat.redports.org/buildarchive/r365641/ Log: - DSSI option requires alsa library - Convert USE_PYTHON to USES Modified: head/audio/csound6/Makefile Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Fri Aug 22 12:50:05 2014 (r365640) +++ head/audio/csound6/Makefile Fri Aug 22 13:05:51 2014 (r365641) @@ -20,8 +20,7 @@ BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/ gmm++>0:${PORTSDIR}/math/gmm++ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile -USES= bison cmake -USE_PYTHON= 2 +USES= bison cmake python:2 CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ -DBUILD_JAVA_INTERFACE:BOOL=OFF \ -DBUILD_PD_CLASS:BOOL=OFF \ @@ -51,6 +50,7 @@ CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR} CURL_CMAKE_OFF= -DUSE_CURL:BOOL=OFF DSSI_DESC= Build DSSI/LADSPA host opcodes DSSI_BUILD_DEPENDS= dssi>0:${PORTSDIR}/audio/dssi +DSSI_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib DSSI_RUN_DEPENDS= dssi>0:${PORTSDIR}/audio/dssi DSSI_CMAKE_OFF= -DBUILD_DSSI_OPCODES:BOOL=OFF FLTK_DESC= Build FLTK plugin and GUI
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408221305.s7MD5ppV032581>