summaryrefslogtreecommitdiff
path: root/repo/media/libvorbis.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/media/libvorbis.xibuild')
-rw-r--r--repo/media/libvorbis.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/media/libvorbis.xibuild b/repo/media/libvorbis.xibuild
index 990efc9..32ef80e 100644
--- a/repo/media/libvorbis.xibuild
+++ b/repo/media/libvorbis.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(libogg)
+MAKEDEPS="make"
+DEPS="libogg"
DESC="Reference implementation of the Ogg Vorbis audio format"