diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-06 04:56:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-06 04:56:56 +0000 |
commit | ace87f762a14ccb7ff278c74a4e7e6a832234f28 (patch) | |
tree | 7d2d017d549cedaf8cbd603419c8f3a51d31d292 /audio/zynaddsubfx | |
parent | ced22fb0c205b7345cf191b86b2c6e44235e2113 (diff) | |
download | ports-ace87f762a14ccb7ff278c74a4e7e6a832234f28.tar.gz ports-ace87f762a14ccb7ff278c74a4e7e6a832234f28.zip |
Notes
Diffstat (limited to 'audio/zynaddsubfx')
-rw-r--r-- | audio/zynaddsubfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile index b4a44124bc42..0b696f9af66d 100644 --- a/audio/zynaddsubfx/Makefile +++ b/audio/zynaddsubfx/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libmxml.so:textproc/mxml \ liblo.so:audio/liblo -USES= compiler:c++11-lang tar:bzip2 cmake:insource pkgconfig +USES= cmake:insource compiler:c++11-lang pkgconfig tar:bzip2 USE_LDCONFIG= yes OPTIONS_DEFINE= OSS JACK GUI PORTAUDIO LASH DOCS EXAMPLES |