summaryrefslogtreecommitdiffstats
path: root/audio-players/xmms-shell/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/xmms-shell/DEPENDS')
-rwxr-xr-xaudio-players/xmms-shell/DEPENDS8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio-players/xmms-shell/DEPENDS b/audio-players/xmms-shell/DEPENDS
new file mode 100755
index 0000000000..4f90335b3d
--- /dev/null
+++ b/audio-players/xmms-shell/DEPENDS
@@ -0,0 +1,8 @@
+depends xmms &&
+
+if [ "$WITH_READLINE" == "y" ] ; then
+ depends autoconf &&
+ depends automake &&
+ depends readline &&
+ OPTS="$OPTS --with-readline"
+fi