1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

fix INDEX build (ruby got renamed to ruby16 32hrs ago)

This commit is contained in:
Oliver Lehmann 2003-08-08 19:56:39 +00:00
parent 8114511a9f
commit 148b554ed9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86607

View File

@ -22,7 +22,7 @@ LIB_DEPENDS= gsl.4:${PORTSDIR}/math/gsl \
RUN_DEPENDS= esd:${PORTSDIR}/audio/esound
.endif
.if !defined(WITHOUT_RUBY)
RUN_DEPENDS+= ruby:${PORTSDIR}/lang/ruby
RUN_DEPENDS+= ruby:${PORTSDIR}/lang/ruby16
.endif
.if defined(WITHOUT_X11)
WITHOUT_GTKEXTRA= yes