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/amarok | |
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/amarok')
-rw-r--r-- | audio/amarok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 0f7897f24366..9ebc1497f07f 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -7,7 +7,7 @@ PORTNAME= amarok PORTVERSION= 1.4.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -52,7 +52,7 @@ CONFIGURE_ARGS+=--without-exscalibar \ PLIST_SUB+= GPOD="@comment " CONFIGURE_ARGS+=--without-libgpod .else -LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod +LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-libgpod PLIST_SUB+= GPOD="" .endif |