diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-20 08:09:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-20 08:09:33 +0800 |
commit | 1464ea8f2a5e524d3c6f031a0753966819df4f66 (patch) | |
tree | 874cea65638c3f3a5c89f90547678ab3846d35d9 /audio | |
parent | d75f344423e61a8d81842d516c9dbbf0735c7e64 (diff) | |
download | freebsd-ports-gnome-1464ea8f2a5e524d3c6f031a0753966819df4f66.tar.gz freebsd-ports-gnome-1464ea8f2a5e524d3c6f031a0753966819df4f66.tar.zst freebsd-ports-gnome-1464ea8f2a5e524d3c6f031a0753966819df4f66.zip |
Chase the libgpod shared lib version.
Reported by: pav
Diffstat (limited to 'audio')
-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 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 diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 5b14051f3eda..da7184fbef5b 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/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 |