diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-17 09:41:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-17 09:41:09 +0000 |
commit | 4bd4a57460c377ebbc18b2493684ef9b1e553c82 (patch) | |
tree | dcd9cc3884d818bdaed71c15c9986e34720ca64f /audio/musicpd | |
parent | 80143aad0fa27e25eb522973680b16a36db23c8e (diff) |
Notes
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index c4fc025f4235..13a613b6bdfc 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -87,8 +87,7 @@ CONFIGURE_ARGS+=--disable-aac .endif .if defined(WITH_LAME) -CONFIGURE_ARGS+=--enable-lame-encoder \ - --enable-shout +CONFIGURE_ARGS+=--enable-lame-encoder LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame .else CONFIGURE_ARGS+=--disable-lame-encoder @@ -150,7 +149,7 @@ CONFIGURE_ARGS+=--disable-lastfm .if defined(WITH_MMS) CONFIGURE_ARGS+=--enable-mms -LIBDEPENDS+= libmms.0:${PORTSDIR}/net/libmms +LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms .else CONFIGURE_ARGS+=--disable-mms .endif @@ -191,7 +190,7 @@ LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 CONFIGURE_ARGS+=--enable-vorbis-encoder \ --enable-shout .else -CONFIGURE_ARGS+=--disable-vorbis-encoder +CONFIGURE_ARGS+=--disable-shout .endif .if defined(WITHOUT_SAMPLERATE) |