audio: autocd, etcd, gramofile: Document ncurses requirement
Approved by: ncurses blanket
This commit is contained in:
parent
31f3f183c1
commit
6079f03101
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426380
@ -10,7 +10,7 @@ MASTER_SITES= ftp://kot.spb.ru/pub/src/projects/autocd/
|
||||
MAINTAINER= KOT@MATPOCKuH.Ru
|
||||
COMMENT= Compact disc control utility
|
||||
|
||||
USES= libedit
|
||||
USES= libedit ncurses
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PORTDOCS= README.rus.html
|
||||
|
@ -12,6 +12,7 @@ MASTER_SITES= LOCAL/gahr \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player
|
||||
|
||||
USES= ncurses
|
||||
USE_SDL= sdl
|
||||
|
||||
MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \
|
||||
|
@ -21,7 +21,7 @@ OPTIONS_DEFINE= NLS LYRICS
|
||||
OPTIONS_DEFAULT= LYRICS
|
||||
LYRICS_DESC= Compile with lyrics screen
|
||||
|
||||
USES= iconv localbase pkgconfig
|
||||
USES= iconv localbase ncurses pkgconfig
|
||||
PLIST_FILES= bin/ncmpc \
|
||||
man/man1/ncmpc.1.gz \
|
||||
%%EXAMPLESDIR%%/config \
|
||||
|
Loading…
Reference in New Issue
Block a user