diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-28 10:49:59 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-28 10:49:59 +0000 |
commit | 78350d8214965b93ce920a18130b5c1a52f8c7d8 (patch) | |
tree | f42c8cad55e290dac71fae3810e5355a094714a2 /audio/amarok-kde4 | |
parent | - Update to 0.2.4 (diff) |
- Chase audio/libmtp share library version bump
PR: 118499
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 1831514158d1..18ce4bab83ec 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -6,6 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -67,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 |