summaryrefslogtreecommitdiff
path: root/audio/amarok-kde4
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-03-31 07:56:11 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-03-31 07:56:11 +0000
commit585cf06ade205f64ef58849a3fc41342ce26f2af (patch)
treeb620833f1c187b2ee03cd703731616c5c4c6ca83 /audio/amarok-kde4
parent- Update to 0.2.6.1 (diff)
- Chase audio/libmtp share library version bump
PR: ports/12203
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r--audio/amarok-kde4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index 908b3d21a7cd..5b531b1df628 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -6,7 +6,7 @@
PORTNAME= amarok
PORTVERSION= 1.4.8
-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.7:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp
CONFIGURE_ARGS+=--with-libmtp
PLIST_SUB+= MTP=""
.endif