aboutsummaryrefslogtreecommitdiff
path: root/multimedia/fxtv
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:08:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:08:41 +0000
commit4038b4f46a2a25c53ecf2093330b7003592e9351 (patch)
treeb44bee3c57b34bd60923a8d6cab28b7ed79064ba /multimedia/fxtv
parent25b98f2013932b8a89f666faabf4d72bc36c1af2 (diff)
downloadports-4038b4f46a2a25c53ecf2093330b7003592e9351.tar.gz
ports-4038b4f46a2a25c53ecf2093330b7003592e9351.zip
Remove mpegaudio dependency as it has expired
Notes
Notes: svn path=/head/; revision=278676
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r--multimedia/fxtv/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile
index 93e8c8a9ddd6..d0c4f3ba4aa5 100644
--- a/multimedia/fxtv/Makefile
+++ b/multimedia/fxtv/Makefile
@@ -35,7 +35,6 @@ OPTIONS= EXTRA "Extra programs required to record/playback/save" off
.if defined(WITH_EXTRA)
RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox \
mpg123:${PORTSDIR}/audio/mpg123 \
- mpeg_musicin:${PORTSDIR}/audio/mpegaudio \
mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \
mplex:${PORTSDIR}/multimedia/mplex
.endif