aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2007-07-24 01:35:54 +0800
committerdanfe <danfe@FreeBSD.org>2007-07-24 01:35:54 +0800
commitbf60d4174c4a9e38dab8fec56f98c61396a8d6b3 (patch)
treeff1b32f403b76a0a59385b9072db365b1d8b3ec4 /audio/rhythmbox-devel
parente12257fe210ec05dd34c9f7983f2539f946c8240 (diff)
downloadfreebsd-ports-gnome-bf60d4174c4a9e38dab8fec56f98c61396a8d6b3.tar.gz
freebsd-ports-gnome-bf60d4174c4a9e38dab8fec56f98c61396a8d6b3.tar.zst
freebsd-ports-gnome-bf60d4174c4a9e38dab8fec56f98c61396a8d6b3.zip
Chase libgpod shared library version bump.
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r--audio/rhythmbox-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 9810703b3692..2e4923f52232 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.10.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
@@ -111,7 +111,7 @@ PLIST_SUB+= PYTHON="@comment "
.endif
.if !defined(WITHOUT_IPOD)
-LIB_DEPENDS+= gpod.1:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.2:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-ipod
PLIST_SUB+= IPOD=""
.else