diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-06 23:58:42 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-06 23:58:42 +0000 |
commit | d2df64e90b9f39c94bbcd332b87b581f5c7dbc74 (patch) | |
tree | 71643dc1a0e8f2486d5f4d8ca248b324a5125837 /comms/qrq | |
parent | comms/predict: document ncurses requirement (USES+=ncurses) (diff) |
comms/qrq: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes:
svn path=/head/; revision=408335
Diffstat (limited to 'comms/qrq')
-rw-r--r-- | comms/qrq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/qrq/Makefile b/comms/qrq/Makefile index 33043228f3a1..812d0c219f10 100644 --- a/comms/qrq/Makefile +++ b/comms/qrq/Makefile @@ -12,7 +12,7 @@ COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM LICENSE= GPLv2 -USES= gmake shebangfix +USES= gmake ncurses shebangfix SHEBANG_FILES= qrqscore post-install: |