summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-19 16:04:55 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-19 16:04:55 +0000
commita61c348943022573597b04b19998add1181106c6 (patch)
tree139ba65d2df7532398ac2fb9368c628cd78e576a /audio
parentaudio/gramofile: Document ncurses requirement and honor CFLAGS (diff)
audio: pms, squash, tcd, waon: Document ncurses requirement
Approved by: ncurses blanket
Notes
Notes: svn path=/head/; revision=426383
Diffstat (limited to 'audio')
-rw-r--r--audio/pms/Makefile2
-rw-r--r--audio/squash/Makefile2
-rw-r--r--audio/tcd/Makefile1
-rw-r--r--audio/waon/Makefile2
4 files changed, 4 insertions, 3 deletions
diff --git a/audio/pms/Makefile b/audio/pms/Makefile
index 0ad73890ac80..20a7dbb5231a 100644
--- a/audio/pms/Makefile
+++ b/audio/pms/Makefile
@@ -12,7 +12,7 @@ COMMENT= ncurses-based client for the Music Player Daemon
LICENSE= GPLv3
-USES= gettext pkgconfig tar:bzip2
+USES= gettext ncurses pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= glib20
diff --git a/audio/squash/Makefile b/audio/squash/Makefile
index a9ad0c9e524f..7ce12ab973ae 100644
--- a/audio/squash/Makefile
+++ b/audio/squash/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS+= libFLAC.so:audio/flac \
libao.so:audio/libao
RUN_DEPENDS= id3v2:audio/id3v2
-USES= tar:bzip2 gmake
+USES= gmake ncurses tar:bzip2
USE_RUBY= yes
MAKE_ARGS= CC="${CC}"
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
diff --git a/audio/waon/Makefile b/audio/waon/Makefile
index 7d368ec81e30..bf7ef9f1f4d7 100644
--- a/audio/waon/Makefile
+++ b/audio/waon/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \
libsndfile.so:audio/libsndfile \
libsamplerate.so:audio/libsamplerate
-USES= pkgconfig
+USES= ncurses pkgconfig
USE_GNOME= gtk20
PLIST_FILES= bin/waon bin/pv bin/gwaon \