diff options
Diffstat (limited to 'audio/amarok/Makefile')
-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 |