aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-25 15:14:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-25 15:14:39 +0000
commit3993fbeaf1494417022bb41a21cee846a658ca59 (patch)
tree1ae946b74d6e5429c8a9dbac1b90d2996c4bca8f /audio/amarok
parentb50dd51fd3249b64653fbcec9c182bda1b3cf060 (diff)
downloadports-3993fbeaf1494417022bb41a21cee846a658ca59.tar.gz
ports-3993fbeaf1494417022bb41a21cee846a658ca59.zip
- Chase libmtp shlib bump
Notes
Notes: svn path=/head/; revision=297427
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 f41b312bb46b..3b74922997dd 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -7,7 +7,7 @@
PORTNAME= amarok
PORTVERSION= 1.4.10
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
@@ -69,7 +69,7 @@ PLIST_SUB+= NJB=""
.if !defined(WITH_MTP)
PLIST_SUB+= MTP="@comment "
.else
-LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp
CONFIGURE_ARGS+=--with-libmtp
PLIST_SUB+= MTP=""
.endif