aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-16 19:11:28 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-16 19:11:28 +0000
commitda235408f3351270f3c8b3fd54d62dd3c5a1d71a (patch)
treee77414524861882c315ef12432ee018f9586252d /audio
parent7fcba5fea0d5a6191d193f63831c7dbf4c361243 (diff)
downloadports-da235408f3351270f3c8b3fd54d62dd3c5a1d71a.tar.gz
ports-da235408f3351270f3c8b3fd54d62dd3c5a1d71a.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/clementine-player/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile
index 531482675ae5..03dafbcf4f72 100644
--- a/audio/clementine-player/Makefile
+++ b/audio/clementine-player/Makefile
@@ -54,14 +54,20 @@ PLIST_SUB+= VSL="@comment "
.if defined(WITH_LASTFM)
LIB_DEPENDS+= lastfm.0:${PORTSDIR}/audio/liblastfm
+.else
+CMAKE_ARGS+= -DENABLE_LIBLASTFM=Off
.endif
.if defined(WITH_GPOD)
LIB_DEPENDS+= gpod.7:${PORTSDIR}/audio/libgpod
+.else
+CMAKE_ARGS+= -DENABLE_LIBGPOD=Off
.endif
.if defined(WITH_MTP)
LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp
+.else
+CMAKE_ARGS+= -DENABLE_LIBMTP=Off
.endif
.include <bsd.port.post.mk>