aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-05-25 09:20:46 +0800
committertrevor <trevor@FreeBSD.org>2002-05-25 09:20:46 +0800
commit88b86e448b004ff2b16103204e35b324879b0fea (patch)
treee6bb92bac65afdc417d885e7473099cffee51f3a /audio
parentae2c42eaa99b219961577db67611aaf15da8a9ae (diff)
downloadfreebsd-ports-gnome-88b86e448b004ff2b16103204e35b324879b0fea.tar.gz
freebsd-ports-gnome-88b86e448b004ff2b16103204e35b324879b0fea.tar.zst
freebsd-ports-gnome-88b86e448b004ff2b16103204e35b324879b0fea.zip
Invert WITHOUT_RUBY logic. This should fix the bento build.
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)