diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-01-16 19:11:28 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-01-16 19:11:28 +0000 |
commit | da235408f3351270f3c8b3fd54d62dd3c5a1d71a (patch) | |
tree | e77414524861882c315ef12432ee018f9586252d /audio | |
parent | 7fcba5fea0d5a6191d193f63831c7dbf4c361243 (diff) | |
download | ports-da235408f3351270f3c8b3fd54d62dd3c5a1d71a.tar.gz ports-da235408f3351270f3c8b3fd54d62dd3c5a1d71a.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/clementine-player/Makefile | 6 |
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> |