aboutsummaryrefslogtreecommitdiff
path: root/audio/akode
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-01-03 15:40:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-01-03 15:40:39 +0000
commit6e26003665e58977562c12b27f4384c81d585861 (patch)
tree220fbebe2d0c066e9715049d3f90b6e238d84b3f /audio/akode
parent2a472a058f4f1d57a5e9957437c9a14ecc729885 (diff)
downloadports-6e26003665e58977562c12b27f4384c81d585861.tar.gz
ports-6e26003665e58977562c12b27f4384c81d585861.zip
- Remove option for Polypaudio, the respective plugin was removed
Reported by: Helko Glathe <Helko.Glathe@freenet.de>
Notes
Notes: svn path=/head/; revision=204923
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