diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 15:14:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 15:14:39 +0000 |
commit | 3993fbeaf1494417022bb41a21cee846a658ca59 (patch) | |
tree | 1ae946b74d6e5429c8a9dbac1b90d2996c4bca8f /audio/amarok-kde4/Makefile | |
parent | b50dd51fd3249b64653fbcec9c182bda1b3cf060 (diff) | |
download | ports-3993fbeaf1494417022bb41a21cee846a658ca59.tar.gz ports-3993fbeaf1494417022bb41a21cee846a658ca59.zip |
Notes
Diffstat (limited to 'audio/amarok-kde4/Makefile')
-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 bfaa48a3f4f8..96297371de50 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -6,7 +6,7 @@ PORTNAME= amarok PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -66,7 +66,7 @@ PLIST_SUB+= LOUDMOUTH="@comment " .endif .if defined(WITH_MTP) -LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp PLIST_SUB+= MTP="" .else CMAKE_ARGS+= -DWITH_Mtp:BOOL=Off |