diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-09-14 04:59:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-09-14 04:59:25 +0000 |
commit | b02fe3ae3ead9519224abadefa98d46bc44ca512 (patch) | |
tree | d3415e6947fe58632be62df9cec398b4fed76a7d /comms | |
parent | 4d93cdd6fe5a07086e53793f43db6037965d0c2e (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qrq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/qrq/Makefile b/comms/qrq/Makefile index 313273aeb2dc..c01dfa74c2ac 100644 --- a/comms/qrq/Makefile +++ b/comms/qrq/Makefile @@ -11,6 +11,7 @@ COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM LICENSE= GPLv2 USES= gmake ncurses shebangfix +USE_CSTD= c99 SHEBANG_FILES= qrqscore |