summaryrefslogtreecommitdiffstats
path: root/audio-libs/openal/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/openal/SUB_DEPENDS')
-rwxr-xr-xaudio-libs/openal/SUB_DEPENDS5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio-libs/openal/SUB_DEPENDS b/audio-libs/openal/SUB_DEPENDS
index 1c8ed175a2..3799610aea 100755
--- a/audio-libs/openal/SUB_DEPENDS
+++ b/audio-libs/openal/SUB_DEPENDS
@@ -1,7 +1,6 @@
case $THIS_SUB_DEPENDS in
- SNAPSHOT) OPENAL_VERSION="snapshot" ;;
- RELEASE) OPENAL_VERSION="release" ;;
- SCM) OPENAL_VERSION="scm" ;;
+ ALSA) echo "alsa-lib support requested, forcing alsa-lib dependency." &&
+ depends alsa-lib ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac