diff options
author | marino <marino@FreeBSD.org> | 2016-02-07 07:58:42 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-07 07:58:42 +0800 |
commit | 03df04fd734f121612406c39a0dcb11ba13d45c0 (patch) | |
tree | 71643dc1a0e8f2486d5f4d8ca248b324a5125837 | |
parent | e4362f4617c33d5c4a3bcfd9a582c85665424c88 (diff) | |
download | freebsd-ports-gnome-03df04fd734f121612406c39a0dcb11ba13d45c0.tar.gz freebsd-ports-gnome-03df04fd734f121612406c39a0dcb11ba13d45c0.tar.zst freebsd-ports-gnome-03df04fd734f121612406c39a0dcb11ba13d45c0.zip |
comms/qrq: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
-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: |