aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/snd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index bd6a24ea3f55..91d2218977ac 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= gsl.0:${PORTSDIR}/math/gsl \
.if defined(WITHOUT_ESD)
RUN_DEPENDS= esd:${PORTSDIR}/audio/esound
.endif
-.if defined(WITHOUT_RUBY)
+.if !defined(WITHOUT_RUBY)
RUN_DEPENDS+= ruby:${PORTSDIR}/lang/ruby
.endif
.if defined(WITHOUT_X11)