aboutsummaryrefslogtreecommitdiffstats
path: root/audio/amarok
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-05-10 21:07:52 +0800
committermakc <makc@FreeBSD.org>2010-05-10 21:07:52 +0800
commit0b007b390bc91eecc00173ad142bae29b13de226 (patch)
tree4689f31d63dc9553ddd0a04112de4ad948afe621 /audio/amarok
parent379e4d237ccab5237b8165ed18600bc252a48612 (diff)
downloadfreebsd-ports-gnome-0b007b390bc91eecc00173ad142bae29b13de226.tar.gz
freebsd-ports-gnome-0b007b390bc91eecc00173ad142bae29b13de226.tar.zst
freebsd-ports-gnome-0b007b390bc91eecc00173ad142bae29b13de226.zip
Chase audio/libmtp update.
Diffstat (limited to 'audio/amarok')
-rw-r--r--audio/amarok/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index ce727ed7aebd..a6ca967815e4 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -7,7 +7,7 @@
PORTNAME= amarok
PORTVERSION= 1.4.10
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
@@ -68,7 +68,7 @@ PLIST_SUB+= NJB=""
.if !defined(WITH_MTP)
PLIST_SUB+= MTP="@comment "
.else
-LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp
CONFIGURE_ARGS+=--with-libmtp
PLIST_SUB+= MTP=""
.endif