From 7bbf7d332e3104f9a31a376ec4134e0e42840d6a Mon Sep 17 00:00:00 2001 From: nox Date: Fri, 16 Mar 2007 00:08:11 +0000 Subject: - Chase audio/libmtp shlib version bump - Bump PORTREVISION Approved by: miwi (mentor) --- audio/amarok/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/amarok') diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 16cf07abff00..459ebe1bd8a4 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/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 -- cgit