diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-23 17:35:54 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-23 17:35:54 +0000 |
commit | 5d98677d5702cb387d224e83cc617b8d03b068d1 (patch) | |
tree | 282d54ceff64cb4753126ccf9704e27ac772b0b5 /audio/amarok-kde4 | |
parent | Update libgpod and gtkpod to most recent versions, 0.5.2 and 0.99.10, (diff) |
Chase libgpod shared library version bump.
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index f9a959cf021f..bbf85aebc345 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -6,7 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.4.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -48,7 +48,7 @@ CONFIGURE_ARGS+=--without-exscalibar \ PLIST_SUB+= GPOD="@comment " CONFIGURE_ARGS+=--without-libgpod .else -LIB_DEPENDS+= gpod.1:${PORTSDIR}/audio/libgpod +LIB_DEPENDS+= gpod.2:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-libgpod PLIST_SUB+= GPOD="" .endif |