aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-03-20 00:09:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-03-20 00:09:33 +0000
commitbb5014d2b9c80e60fadc0aeedd901867cde8da6e (patch)
tree3cc3094ade9baf0a850daa861c89b74bb46eff82 /audio/rhythmbox-devel
parentcacce94f34d7a1368b1f40a6d33fc16828322411 (diff)
downloadports-bb5014d2b9c80e60fadc0aeedd901867cde8da6e.tar.gz
ports-bb5014d2b9c80e60fadc0aeedd901867cde8da6e.zip
Chase the libgpod shared lib version.
Reported by: pav
Notes
Notes: svn path=/head/; revision=187753
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 5b14051f3eda..da7184fbef5b 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.9.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
@@ -114,7 +114,7 @@ PLIST_SUB+= PYTHON="@comment "
.endif
.if !defined(WITHOUT_IPOD)
-LIB_DEPENDS+= gpod.400:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.1:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-ipod
PLIST_SUB+= IPOD=""
.else