diff options
author | marino <marino@FreeBSD.org> | 2016-11-19 23:10:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-19 23:10:48 +0800 |
commit | f2b1b8fc8b12fbb990cc0093cc195aec79707d56 (patch) | |
tree | b8e80fc796bccb7a2a25268075ed97c751259fdd /audio | |
parent | 5ff25394958a27556fb5b0c002ed16fa901e2f06 (diff) | |
download | freebsd-ports-gnome-f2b1b8fc8b12fbb990cc0093cc195aec79707d56.tar.gz freebsd-ports-gnome-f2b1b8fc8b12fbb990cc0093cc195aec79707d56.tar.zst freebsd-ports-gnome-f2b1b8fc8b12fbb990cc0093cc195aec79707d56.zip |
audio: autocd, etcd, gramofile: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/autocd/Makefile | 2 | ||||
-rw-r--r-- | audio/etcd/Makefile | 1 | ||||
-rw-r--r-- | audio/ncmpc/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/audio/autocd/Makefile b/audio/autocd/Makefile index fc495ceac910..c82fa336479b 100644 --- a/audio/autocd/Makefile +++ b/audio/autocd/Makefile @@ -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 diff --git a/audio/etcd/Makefile b/audio/etcd/Makefile index 68c6ab4171f9..a673b6a2fec4 100644 --- a/audio/etcd/Makefile +++ b/audio/etcd/Makefile @@ -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 \ diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile index 756f65d70801..03cbaaf7bbe4 100644 --- a/audio/ncmpc/Makefile +++ b/audio/ncmpc/Makefile @@ -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 \ |