diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-22 01:58:26 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-22 01:58:26 +0800 |
commit | 19f6542445ae10a915e21b342e15ee9d551d5b29 (patch) | |
tree | 9b6c695db6b70f2bad6698a0c13a8f0aea10d578 | |
parent | 9fb4dc0a799c4b0719c29a35be0291b98639d313 (diff) | |
download | marcuscom-ports-19f6542445ae10a915e21b342e15ee9d551d5b29.tar marcuscom-ports-19f6542445ae10a915e21b342e15ee9d551d5b29.tar.gz marcuscom-ports-19f6542445ae10a915e21b342e15ee9d551d5b29.tar.bz2 marcuscom-ports-19f6542445ae10a915e21b342e15ee9d551d5b29.tar.lz marcuscom-ports-19f6542445ae10a915e21b342e15ee9d551d5b29.tar.xz marcuscom-ports-19f6542445ae10a915e21b342e15ee9d551d5b29.tar.zst marcuscom-ports-19f6542445ae10a915e21b342e15ee9d551d5b29.zip |
Chase the vorbis shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1512 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 378e4442f..93c1962ce 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 @@ -44,7 +44,7 @@ WITH_VORBIS= yes .endif .ifdef (WITH_VORBIS) -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis .else CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest .endif diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 378e4442f..93c1962ce 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 @@ -44,7 +44,7 @@ WITH_VORBIS= yes .endif .ifdef (WITH_VORBIS) -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis .else CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest .endif |