diff options
author | nox <nox@FreeBSD.org> | 2007-03-16 08:08:11 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-03-16 08:08:11 +0800 |
commit | 7bbf7d332e3104f9a31a376ec4134e0e42840d6a (patch) | |
tree | 4a799db4ab223f775a6cb8d08f828c6790a82b4e /audio/amarok-kde4 | |
parent | 454a0e119227e64531896dd24a34f953a0415363 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |