diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 00:04:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 00:04:55 +0800 |
commit | 2fca4f6404caec054784f146ae22514f657dfa94 (patch) | |
tree | 139ba65d2df7532398ac2fb9368c628cd78e576a /audio/tcd | |
parent | 3b6b4609c9e753743121f0c69b1c0b68338f10b6 (diff) | |
download | freebsd-ports-gnome-2fca4f6404caec054784f146ae22514f657dfa94.tar.gz freebsd-ports-gnome-2fca4f6404caec054784f146ae22514f657dfa94.tar.zst freebsd-ports-gnome-2fca4f6404caec054784f146ae22514f657dfa94.zip |
audio: pms, squash, tcd, waon: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'audio/tcd')
-rw-r--r-- | audio/tcd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/tcd/Makefile b/audio/tcd/Makefile index 7f8b4b28a7af..4c1fb1026711 100644 --- a/audio/tcd/Makefile +++ b/audio/tcd/Makefile @@ -12,6 +12,7 @@ COMMENT= Simple, user-friendly ncurses-based CD player LICENSE= GPLv2 +USES= ncurses USE_SDL= sdl GNU_CONFIGURE= yes |