diff options
-rw-r--r-- | multimedia/acidrip/Makefile | 2 | ||||
-rw-r--r-- | multimedia/konverter/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mandvd/Makefile | 2 | ||||
-rw-r--r-- | multimedia/manslide/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/acidrip/Makefile b/multimedia/acidrip/Makefile index 44ba4451dd73..eb1d041357a5 100644 --- a/multimedia/acidrip/Makefile +++ b/multimedia/acidrip/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVD's BUILD_DEPENDS= lsdvd:${PORTSDIR}/multimedia/lsdvd \ - mencoder:${PORTSDIR}/multimedia/mplayer \ + mencoder:${PORTSDIR}/multimedia/mencoder \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/multimedia/konverter/Makefile b/multimedia/konverter/Makefile index 62ada9c5aa52..43c07f62f7ed 100644 --- a/multimedia/konverter/Makefile +++ b/multimedia/konverter/Makefile @@ -15,7 +15,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= KDE MEncoder frontend BUILD_DEPENDS= avimerge:${PORTSDIR}/multimedia/transcode \ - mencoder:${PORTSDIR}/multimedia/mplayer + mencoder:${PORTSDIR}/multimedia/mencoder LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine USE_KDELIBS_VER=3 diff --git a/multimedia/mandvd/Makefile b/multimedia/mandvd/Makefile index c2d7aa3a5339..c0e5ae4fb49e 100644 --- a/multimedia/mandvd/Makefile +++ b/multimedia/mandvd/Makefile @@ -18,7 +18,7 @@ COMMENT= Utility to simply create dvd-video BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake RUN_DEPENDS= dvd-slideshow>=0.7.5:${PORTSDIR}/multimedia/dvd-slideshow \ - mencoder:${PORTSDIR}/multimedia/mplayer \ + mencoder:${PORTSDIR}/multimedia/mencoder \ mplayer:${PORTSDIR}/multimedia/mplayer \ cdrtools>=2.01:${PORTSDIR}/sysutils/cdrtools \ xine>0.99.4:${PORTSDIR}/multimedia/xine \ diff --git a/multimedia/manslide/Makefile b/multimedia/manslide/Makefile index fd6d6f40c9cc..d66b4bebaf2c 100644 --- a/multimedia/manslide/Makefile +++ b/multimedia/manslide/Makefile @@ -14,7 +14,7 @@ MAINTAINER= trebestie@gmail.com COMMENT= Utility to simply create your own slideshow RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ - mencoder:${PORTSDIR}/multimedia/mplayer \ + mencoder:${PORTSDIR}/multimedia/mencoder \ mplayer:${PORTSDIR}/multimedia/mplayer \ mjpegtools>=1.8.0:${PORTSDIR}/multimedia/mjpegtools \ ImageMagick>=6.3.2.9:${PORTSDIR}/graphics/ImageMagick \ |