diff options
author | oliver <oliver@FreeBSD.org> | 2003-08-09 03:56:39 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-08-09 03:56:39 +0800 |
commit | 41e7891621514782acf8eef32777c7d214025441 (patch) | |
tree | 27dc1c65c8f3eca679042f2886c325329e67e8b7 /audio | |
parent | 351b062bb2b39e1e729db329818a62e13b1b630d (diff) | |
download | freebsd-ports-gnome-41e7891621514782acf8eef32777c7d214025441.tar.gz freebsd-ports-gnome-41e7891621514782acf8eef32777c7d214025441.tar.zst freebsd-ports-gnome-41e7891621514782acf8eef32777c7d214025441.zip |
fix INDEX build (ruby got renamed to ruby16 32hrs ago)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/snd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 794c77ca4aa1..47cf8c700c54 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -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 |