diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 06:25:12 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 06:25:12 +0000 |
commit | c390698f2241961487e54bfd33ff065103601307 (patch) | |
tree | c3bb11a5cfb23ac2c4e901e2ff9a5682977e01bf /audio | |
parent | e2d14decca34bcac35a7fcc581244ca5f09b0f80 (diff) | |
download | ports-c390698f2241961487e54bfd33ff065103601307.tar.gz ports-c390698f2241961487e54bfd33ff065103601307.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 87a7cff0d8af..fcdfa0ab7822 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -41,7 +41,7 @@ USE_GITHUB= yes OPTIONS_DEFINE= DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ MAD MOD_NYQ_BENCH MOD_SCRIPT_PIPE NLS SBSMS SOUNDTOUCH \ - SSE STATIC_WX TWOLAME VAMP VORBIS VST + SSE TWOLAME VAMP VORBIS VST OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD SBSMS SOUNDTOUCH TWOLAME VAMP \ VORBIS VST @@ -56,7 +56,6 @@ MOD_SCRIPT_PIPE_DESC= mod-script-pipe scripting support MOD_NYQ_BENCH_DESC= Enable Nyquist Workbench SBSMS_DESC= Use libsbsms for pitch and tempo changing SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing -STATIC_WX_DESC= Link wx statically TAGLIB_DESC= Use TagLib for metadata support TWOLAME_DESC= Use libtwolame for MP2 export support VAMP_DESC= Vamp plug-in support @@ -100,8 +99,6 @@ FLAC_LIB_DEPENDS= libFLAC.so:audio/flac ID3TAG_CONFIGURE_WITH= libid3tag=system ID3TAG_LIB_DEPENDS= libid3tag.so:audio/libid3tag -JACK_LIB_DEPENDS= libjack.so:audio/jack - LADSPA_CONFIGURE_ENABLE= ladspa LADSPA_RUN_DEPENDS= listplugins:audio/ladspa @@ -131,8 +128,6 @@ SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch SSE_CONFIGURE_ENABLE= sse -STATIC_WX_ENABLE= static-wx - TWOLAME_CONFIGURE_WITH= libtwolame=system TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame |