diff options
author | John Marino <marino@FreeBSD.org> | 2016-12-17 21:46:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-12-17 21:46:41 +0000 |
commit | 6a27d526f017822cfb97ea372ce16da5944c1f90 (patch) | |
tree | 94cf9ddbcc1ea9cd2f5efb8aa10e2c16361018f8 /audio/csound6/Makefile | |
parent | 9d278681885a6938bad357f97b40bfa471baf801 (diff) | |
download | ports-6a27d526f017822cfb97ea372ce16da5944c1f90.tar.gz ports-6a27d526f017822cfb97ea372ce16da5944c1f90.zip |
Notes
Diffstat (limited to 'audio/csound6/Makefile')
-rw-r--r-- | audio/csound6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 998285960f74..6bd96f8adb7f 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= bison cmake:outsource localbase python:2 +USES= alias bison cmake:outsource localbase python:2 CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ -DBUILD_JAVA_INTERFACE:BOOL=OFF \ -DBUILD_P5GLOVE_OPCODES:BOOL=OFF \ |