diff options
author | kai <kai@FreeBSD.org> | 2019-02-22 02:33:06 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-02-22 02:33:06 +0800 |
commit | 3199e058377d6ab71ff317e1870e2027962a2958 (patch) | |
tree | b81d4f096cf030ca43c3c13f590bd4b16a75c96f /comms | |
parent | c787796b7d28de03da09de9cdcbc404bd79851fe (diff) | |
download | freebsd-ports-gnome-3199e058377d6ab71ff317e1870e2027962a2958.tar.gz freebsd-ports-gnome-3199e058377d6ab71ff317e1870e2027962a2958.tar.zst freebsd-ports-gnome-3199e058377d6ab71ff317e1870e2027962a2958.zip |
comms/redsea: Improve description text for the TMC option
Suggested by: mat
Approved by: tcberner (mentor)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/redsea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/redsea/Makefile b/comms/redsea/Makefile index b4bdfcd82979..cbb6b5635987 100644 --- a/comms/redsea/Makefile +++ b/comms/redsea/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFINE= DEMOD TMC OPTIONS_DEFAULT= DEMOD TMC DEMOD_DESC= Demodulation support via comms/liquid-dsp -TMC_DESC= TMC (traffic messages) support (may slow building) +TMC_DESC= Decoding support for TMC traffic messages (may slow building) DEMOD_CONFIGURE_WITH= liquid DEMOD_LIB_DEPENDS= libliquid.so:comms/liquid-dsp |