diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-15 17:24:05 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-15 17:24:05 +0000 |
commit | 111fc99ac7d5c7904e8764a7acaaeed3a67c2ad0 (patch) | |
tree | c47423c258398e71009c73cdccd7725fe65b4f5a /audio/amarok | |
parent | Update my location. (diff) |
- Update libmtp to 0.2.0
- Chase shlib version bump in amarok and gnomad2
PR: ports/115218
Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com>
Notes
Notes:
svn path=/head/; revision=197763
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index bbf85aebc345..4599c9030937 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -6,7 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.4.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -64,7 +64,7 @@ PLIST_SUB+= NJB="" .if !defined(WITH_MTP) PLIST_SUB+= MTP="@comment " .else -LIB_DEPENDS+= mtp.7:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp.6:${PORTSDIR}/audio/libmtp CONFIGURE_ARGS+=--with-libmtp PLIST_SUB+= MTP="" .endif |