diff options
author | danfe <danfe@FreeBSD.org> | 2008-01-07 06:47:04 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-01-07 06:47:04 +0800 |
commit | f6740a4201e7b73d04dec9413cac082b9917fb05 (patch) | |
tree | 91c4415fe53ebaff061bd402e19a477b80ca804b /audio/rhythmbox | |
parent | 37b900d1930fd16352dac1c3a1ea26b1a885a3c7 (diff) | |
download | freebsd-ports-gnome-f6740a4201e7b73d04dec9413cac082b9917fb05.tar.gz freebsd-ports-gnome-f6740a4201e7b73d04dec9413cac082b9917fb05.tar.zst freebsd-ports-gnome-f6740a4201e7b73d04dec9413cac082b9917fb05.zip |
Chase libgpod version bump.
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 21aa22c0eeb8..d2da7ce53bc2 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -111,7 +111,7 @@ PLIST_SUB+= PYTHON="@comment " .endif .if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.2:${PORTSDIR}/audio/libgpod +LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-ipod PLIST_SUB+= IPOD="" .else |