aboutsummaryrefslogtreecommitdiff
path: root/audio/clementine-player
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-25 15:14:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-25 15:14:39 +0000
commit3993fbeaf1494417022bb41a21cee846a658ca59 (patch)
tree1ae946b74d6e5429c8a9dbac1b90d2996c4bca8f /audio/clementine-player
parentb50dd51fd3249b64653fbcec9c182bda1b3cf060 (diff)
downloadports-3993fbeaf1494417022bb41a21cee846a658ca59.tar.gz
ports-3993fbeaf1494417022bb41a21cee846a658ca59.zip
Notes
Diffstat (limited to 'audio/clementine-player')
-rw-r--r--audio/clementine-player/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile
index 9d768acc16dd..604dfee87293 100644
--- a/audio/clementine-player/Makefile
+++ b/audio/clementine-player/Makefile
@@ -7,7 +7,7 @@
PORTNAME= clementine
PORTVERSION= 1.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= -player
@@ -65,7 +65,7 @@ CMAKE_ARGS+= -DENABLE_LIBGPOD=Off
.endif
.if defined(WITH_MTP)
-LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp
.else
CMAKE_ARGS+= -DENABLE_LIBMTP=Off
.endif