summaryrefslogtreecommitdiff
path: root/audio/amarok
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-05 01:59:53 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-05 01:59:53 +0000
commit43d966ea3738ab86bb44cce803bc13eb564d79b5 (patch)
treec26756ec0b502e4fb95cda38227612578ae59933 /audio/amarok
parent- Update to 0.1.3 (diff)
- to reflect update to libmtp
- bump PORTREVISION PR: ports/109301 Submitted by: Herbert J. Skuhra <h dot skuhra@gmail.com>
Notes
Notes: svn path=/head/; revision=186538
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 9194ba769f71..16cf07abff00 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -6,7 +6,7 @@
PORTNAME= amarok
PORTVERSION= 1.4.5
-PORTREVISION= 2
+PORTREVISION= 3
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.3:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.6:${PORTSDIR}/audio/libmtp
CONFIGURE_ARGS+=--with-libmtp
PLIST_SUB+= MTP=""
.endif