summaryrefslogtreecommitdiffstats
path: root/audio-players/ncmpcpp/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/ncmpcpp/DEPENDS')
-rwxr-xr-xaudio-players/ncmpcpp/DEPENDS13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio-players/ncmpcpp/DEPENDS b/audio-players/ncmpcpp/DEPENDS
new file mode 100755
index 0000000000..bb5fb3fb91
--- /dev/null
+++ b/audio-players/ncmpcpp/DEPENDS
@@ -0,0 +1,13 @@
+depends ncurses &&
+optional_depends curl \
+ "--with-curl" \
+ "--without-curl" \
+ "for fetching lyrics from the Internet" &&
+optional_depends taglib \
+ "--with-taglib" \
+ "--without-taglib" \
+ "enable tag editor" &&
+optional_depends fftw \
+ "--with-fftw --enable-visualizer" \
+ "--without-fftw --disable-visualizer" \
+ "enable music visualizer"