Fix pulseaudio option knob.

Approved by:	beech (mentor)
This commit is contained in:
Marcus von Appen 2009-03-04 18:52:40 +00:00
parent bfcd28a399
commit c5c74871eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229493

View file

@ -116,7 +116,7 @@ CONFIGURE_ARGS+=--enable-oss
.endif
.if defined(WITH_PULSEAUDIO)
CONFIGURE_ARGS+=--enable-pulseaudio
LIB_DEPENDS+= pulse-simple.0:${PORTSDIR}/audio/pulseaudio
.else
CONFIGURE_ARGS+=--disable-pulseaudio
.endif