diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-12-17 18:48:36 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-12-17 18:48:36 +0800 |
commit | dfedae1a59dccc2b905948a8dd891d54866a1956 (patch) | |
tree | 3c0bb9df4d5c96289c00e36cfb4b7ee06ccea5eb /audio/xmms2-scrobbler | |
parent | 40badfd67edecce66b61b468ae9f4e82941ff535 (diff) | |
download | freebsd-ports-graphics-dfedae1a59dccc2b905948a8dd891d54866a1956.tar.gz freebsd-ports-graphics-dfedae1a59dccc2b905948a8dd891d54866a1956.tar.zst freebsd-ports-graphics-dfedae1a59dccc2b905948a8dd891d54866a1956.zip |
- switch to devel/ruby-event-loop to resolve bug with rubygems usage [1]
PR: 103600 [1]
Diffstat (limited to 'audio/xmms2-scrobbler')
-rw-r--r-- | audio/xmms2-scrobbler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms2-scrobbler/Makefile b/audio/xmms2-scrobbler/Makefile index ede0b56bce8..640e36910b2 100644 --- a/audio/xmms2-scrobbler/Makefile +++ b/audio/xmms2-scrobbler/Makefile @@ -13,10 +13,10 @@ MAINTAINER= alexbl@FreeBSD.org COMMENT= A last.fm submission client for XMMS2 BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 \ - ${LOCALBASE}/lib/ruby/gems/${RUBY_VER}/gems/event-loop-0.2/gemspec.rb:${PORTSDIR}/devel/rubygem-event-loop \ + ${RUBY_SITELIBDIR}/event-loop.rb:${PORTSDIR}/devel/ruby-event-loop \ ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 \ - ${LOCALBASE}/lib/ruby/gems/${RUBY_VER}/gems/event-loop-0.2/gemspec.rb:${PORTSDIR}/devel/rubygem-event-loop + ${RUBY_SITELIBDIR}/event-loop.rb:${PORTSDIR}/devel/ruby-event-loop USE_RUBY= yes NO_BUILD= yes |