diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-19 16:04:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-19 16:04:55 +0000 |
commit | a61c348943022573597b04b19998add1181106c6 (patch) | |
tree | 139ba65d2df7532398ac2fb9368c628cd78e576a /audio/waon | |
parent | 576f0b67bb0530861fd2e72c6ef2e11cebf1d380 (diff) |
audio: pms, squash, tcd, waon: Document ncurses requirement
Approved by: ncurses blanket
Notes
Notes:
svn path=/head/; revision=426383
Diffstat (limited to 'audio/waon')
-rw-r--r-- | audio/waon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |