aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-07 17:03:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-07 17:03:22 +0000
commit79181787d79aa75e40f6edaa9d511e47feb79566 (patch)
tree8f7b78b9f883c84ffbed8b4b73e320ec9028c330 /audio/rhythmbox/Makefile
parenta7fa7de31362586d7eb5d2c9f32b07b5ba625b79 (diff)
downloadports-79181787d79aa75e40f6edaa9d511e47feb79566.tar.gz
ports-79181787d79aa75e40f6edaa9d511e47feb79566.zip
- Chase audio/libgpod shlib bump
Notes
Notes: svn path=/head/; revision=239089
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r--audio/rhythmbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 34ae229f38a8..ab29919a0a85 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.12.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -115,7 +115,7 @@ PLIST_SUB+= PYTHON="@comment "
.endif
.if !defined(WITHOUT_IPOD)
-LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-ipod
PLIST_SUB+= IPOD=""
.else