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 | |
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
-rw-r--r-- | audio/pms/Makefile | 2 | ||||
-rw-r--r-- | audio/squash/Makefile | 2 | ||||
-rw-r--r-- | audio/tcd/Makefile | 1 | ||||
-rw-r--r-- | audio/waon/Makefile | 2 |
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 \ |