aboutsummaryrefslogtreecommitdiffstats
path: root/audio/amarok-kde4
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2007-03-16 08:08:11 +0800
committernox <nox@FreeBSD.org>2007-03-16 08:08:11 +0800
commit7bbf7d332e3104f9a31a376ec4134e0e42840d6a (patch)
tree4a799db4ab223f775a6cb8d08f828c6790a82b4e /audio/amarok-kde4
parent454a0e119227e64531896dd24a34f953a0415363 (diff)
downloadfreebsd-ports-gnome-7bbf7d332e3104f9a31a376ec4134e0e42840d6a.tar.gz
freebsd-ports-gnome-7bbf7d332e3104f9a31a376ec4134e0e42840d6a.tar.zst
freebsd-ports-gnome-7bbf7d332e3104f9a31a376ec4134e0e42840d6a.zip
- Chase audio/libmtp shlib version bump
- Bump PORTREVISION Approved by: miwi (mentor)
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 16cf07abff00..459ebe1bd8a4 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -6,7 +6,7 @@
PORTNAME= amarok
PORTVERSION= 1.4.5
-PORTREVISION= 3
+PORTREVISION= 4
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.6:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.7:${PORTSDIR}/audio/libmtp
CONFIGURE_ARGS+=--with-libmtp
PLIST_SUB+= MTP=""
.endif