diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-20 00:09:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-20 00:09:33 +0000 |
commit | 1464ea8f2a5e524d3c6f031a0753966819df4f66 (patch) | |
tree | 874cea65638c3f3a5c89f90547678ab3846d35d9 /audio/rhythmbox-devel | |
parent | d75f344423e61a8d81842d516c9dbbf0735c7e64 (diff) | |
download | FreeBSD-ports-1464ea8f2a5e524d3c6f031a0753966819df4f66.zip FreeBSD-ports-1464ea8f2a5e524d3c6f031a0753966819df4f66.tar.gz |
Chase the libgpod shared lib version.
Reported by: pav
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 5b14051..da7184fb 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 |