diff options
author | sat <sat@FreeBSD.org> | 2007-08-16 01:24:05 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-16 01:24:05 +0800 |
commit | f124ebd94cd789220a8be95e567733fff4248c22 (patch) | |
tree | 86142b2dd5622c83293498abb1dbc2f2b303b8f1 /audio/amarok-kde4 | |
parent | 45d47e7070bc299c47042e060773fc8401f1275d (diff) | |
download | freebsd-ports-gnome-f124ebd94cd789220a8be95e567733fff4248c22.tar.gz freebsd-ports-gnome-f124ebd94cd789220a8be95e567733fff4248c22.tar.zst freebsd-ports-gnome-f124ebd94cd789220a8be95e567733fff4248c22.zip |
- 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>
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 bbf85aebc345..4599c9030937 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/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 |