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/clementine-player | |
parent | b50dd51fd3249b64653fbcec9c182bda1b3cf060 (diff) | |
download | ports-3993fbeaf1494417022bb41a21cee846a658ca59.tar.gz ports-3993fbeaf1494417022bb41a21cee846a658ca59.zip |
Notes
Diffstat (limited to 'audio/clementine-player')
-rw-r--r-- | audio/clementine-player/Makefile | 4 |
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 |