diff options
author | ahze <ahze@FreeBSD.org> | 2007-05-26 01:08:35 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-05-26 01:08:35 +0800 |
commit | 64c85012f8f977e33f2b65de62e4f4ab9ccc0017 (patch) | |
tree | cab8f754ac4d3890a08c7d6f680d94c911eb648e /multimedia/dvbcut/Makefile | |
parent | acdf4c5db05d475b7e177c3d444b80c7de8c511b (diff) | |
download | freebsd-ports-gnome-64c85012f8f977e33f2b65de62e4f4ab9ccc0017.tar.gz freebsd-ports-gnome-64c85012f8f977e33f2b65de62e4f4ab9ccc0017.tar.zst freebsd-ports-gnome-64c85012f8f977e33f2b65de62e4f4ab9ccc0017.zip |
Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel
Diffstat (limited to 'multimedia/dvbcut/Makefile')
-rw-r--r-- | multimedia/dvbcut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/dvbcut/Makefile b/multimedia/dvbcut/Makefile index ac158ee3ebea..1f33453c3f82 100644 --- a/multimedia/dvbcut/Makefile +++ b/multimedia/dvbcut/Makefile @@ -19,7 +19,7 @@ COMMENT= Qt application for cutting of MPEG PS and MPEG TS streams (DVB) BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ mplayer:${PORTSDIR}/multimedia/mplayer RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer -LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg-devel \ +LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg \ ao.3:${PORTSDIR}/audio/libao WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |