git: f6c957f6af42 - main - audio/csound: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 19:15:51 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6c957f6af42bac4967be44b5c696635bcf0385f commit f6c957f6af42bac4967be44b5c696635bcf0385f Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 18:47:20 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 19:11:43 +0000 audio/csound: Add CPE information Approved by: portmgr (blanket) --- audio/csound/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 7391cd5add9e..2fa0b6726293 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= alias bison cmake compiler:c++11-lib eigen:3 localbase ncurses python:build # is python needed: https://github.com/csound/csound/issues/1437 ? +USES= alias bison cmake compiler:c++11-lib cpe eigen:3 localbase ncurses python:build # is python needed: https://github.com/csound/csound/issues/1437 ? USE_GITHUB= yes USE_LDCONFIG= yes