aboutsummaryrefslogtreecommitdiff
path: root/audio/akode
diff options
context:
space:
mode:
Diffstat (limited to 'audio/akode')
-rw-r--r--audio/akode/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile
index 90b85c7c9641..a113bd797c3f 100644
--- a/audio/akode/Makefile
+++ b/audio/akode/Makefile
@@ -23,7 +23,6 @@ OPTIONS= JACK "Jack output plugin" off \
MPC "Monkey's Audio decoder plugin" on \
MPEG "MPEG Audio (including mp3) plugin" on \
OSS "OSS output plugin" on \
- POLYPAUDIO "Polypaudio output plugin" off \
RESAMPLER "Resampler processing plugin" on \
XIPH "FLAC/Speex/Vorbis decoder plugin" on
@@ -58,10 +57,6 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_mpeg_decoder.so:${PORTSDIR}/audio/akode-
RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_oss_sink.so:${PORTSDIR}/audio/akode-plugins-oss
.endif
-.if defined(WITH_POLYPAUDIO)
-RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_polyp_sink.so:${PORTSDIR}/audio/akode-plugins-polypaudio
-.endif
-
.if !defined(WITHOUT_RESAMPLER)
RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_src_resampler.so:${PORTSDIR}/audio/akode-plugins-resampler
.endif