diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 21:58:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 21:58:20 +0000 |
commit | d153f2a24ca263681e2672bf7ccabd3d15d74688 (patch) | |
tree | 7cd1c56918f5050ece343219b23ca3a6cb894835 /audio/ruby-shout | |
parent | 7a34508c42a3e20713377e8b8174e68d4d67f260 (diff) |
Notes
Diffstat (limited to 'audio/ruby-shout')
-rw-r--r-- | audio/ruby-shout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ruby-shout/Makefile b/audio/ruby-shout/Makefile index 285d58c000b6..947b971b4e6d 100644 --- a/audio/ruby-shout/Makefile +++ b/audio/ruby-shout/Makefile @@ -7,7 +7,7 @@ PORTNAME= shout PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio ruby MASTER_SITES= http://www.dingoskidneys.com/~jaredj/downloads/ MASTER_SITE_SUBDIR= ruby-${PORTNAME} @@ -18,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby binding to the libshout library -LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2 +LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 USE_RUBY= yes USE_RUBY_EXTCONF= yes |