diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-13 08:57:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-13 08:57:45 +0000 |
commit | 098dd7890c00815463ade6dcb37f80bd285559ed (patch) | |
tree | cdb970a4b3ff00ed5581d996b79bc74771d3fb4f /audio/codec2 | |
parent | 790026ad20d5642b50da0dc951d1d90ada9083a6 (diff) |
Notes
Diffstat (limited to 'audio/codec2')
-rw-r--r-- | audio/codec2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/codec2/Makefile b/audio/codec2/Makefile index 284485702874..2688a01b1e49 100644 --- a/audio/codec2/Makefile +++ b/audio/codec2/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://files.freedv.org/codec2/ \ MAINTAINER= hamradio@FreeBSD.org COMMENT= Low bit rate codec +BROKEN= no public distfiles + LICENSE= LGPL21 LIB_DEPENDS= libspeexdsp.so:audio/speexdsp |