diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-08 01:03:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-08 01:03:22 +0800 |
commit | acb5a17da44a10adb05ca16436eec85d5dfdc496 (patch) | |
tree | 716ef26bf452af089db4edf9c14c4e78570f5b7e /audio/rhythmbox | |
parent | 81e172e6eb556e3a293b424ee3934e8c29d91725 (diff) | |
download | freebsd-ports-gnome-acb5a17da44a10adb05ca16436eec85d5dfdc496.tar.gz freebsd-ports-gnome-acb5a17da44a10adb05ca16436eec85d5dfdc496.tar.zst freebsd-ports-gnome-acb5a17da44a10adb05ca16436eec85d5dfdc496.zip |
- Chase audio/libgpod shlib bump
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
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 |