diff options
Diffstat (limited to 'audio/musicpd/Makefile')
-rw-r--r-- | audio/musicpd/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index ea73372d08e0..df40bf224787 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= musicpd PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio ipv6 MASTER_SITES= http://musicpd.org/uploads/files/ \ http://redundancy.redundancy.org/mirror/ @@ -34,10 +34,10 @@ OPTIONS= FLAC "Support for FLAC Audio" on \ ID3TAG "Support for id3v1 tag encoding" off \ IPV6 "Support for IPV6" on \ AO "Support for libao" off \ - PULSE "Support for PulseAudio" off + PULSE "Support for PulseAudio" off \ + SHOUT "Support for Icecast and Shoutcast" on CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-shout .include <bsd.port.pre.mk> @@ -104,6 +104,10 @@ CONFIGURE_ARGS+=--disable-pulse LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio .endif +.ifdef(WITHOUT_SHOUT) +CONFIGURE_ARGS+=--disable-shout +.endif + CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |