diff options
author | lofi <lofi@FreeBSD.org> | 2006-01-09 05:58:20 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-01-09 05:58:20 +0800 |
commit | ce900ec0889666996570cbcd70ad903b1bc0de0d (patch) | |
tree | f930b077bcc8b70f903c130288a0912d908a34c3 /audio/ruby-shout | |
parent | 5c0da1adc1034cbf03e7ede5457997a31877014b (diff) | |
download | freebsd-ports-gnome-ce900ec0889666996570cbcd70ad903b1bc0de0d.tar.gz freebsd-ports-gnome-ce900ec0889666996570cbcd70ad903b1bc0de0d.tar.zst freebsd-ports-gnome-ce900ec0889666996570cbcd70ad903b1bc0de0d.zip |
Chase libshout2 shared library version bump.
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 |