aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-08-15 17:24:05 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-08-15 17:24:05 +0000
commit111fc99ac7d5c7904e8764a7acaaeed3a67c2ad0 (patch)
treec47423c258398e71009c73cdccd7725fe65b4f5a /audio/amarok
parent239134236f037485e9c2057e715b22746bbfb2e7 (diff)
downloadports-111fc99ac7d5c7904e8764a7acaaeed3a67c2ad0.tar.gz
ports-111fc99ac7d5c7904e8764a7acaaeed3a67c2ad0.zip
- Update libmtp to 0.2.0
- Chase shlib version bump in amarok and gnomad2 PR: ports/115218 Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com>
Notes
Notes: svn path=/head/; revision=197763
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 bbf85aebc345..4599c9030937 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -6,7 +6,7 @@
PORTNAME= amarok
PORTVERSION= 1.4.5
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
@@ -64,7 +64,7 @@ PLIST_SUB+= NJB=""
.if !defined(WITH_MTP)
PLIST_SUB+= MTP="@comment "
.else
-LIB_DEPENDS+= mtp.7:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.6:${PORTSDIR}/audio/libmtp
CONFIGURE_ARGS+=--with-libmtp
PLIST_SUB+= MTP=""
.endif