aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2007-05-20 20:18:53 +0800
committerse <se@FreeBSD.org>2007-05-20 20:18:53 +0800
commit8738d3971e3dc30703af5cd55ce5a312a0e9af30 (patch)
treea5228d14bd3d619aee4d9d3d51d3fffe00c8355f /multimedia
parenta2a50b69793a5869f84f842282ae88cdaff504b5 (diff)
downloadfreebsd-ports-gnome-8738d3971e3dc30703af5cd55ce5a312a0e9af30.tar.gz
freebsd-ports-gnome-8738d3971e3dc30703af5cd55ce5a312a0e9af30.tar.zst
freebsd-ports-gnome-8738d3971e3dc30703af5cd55ce5a312a0e9af30.zip
This port was broken due to changes in ffmpeg-devel (removal of a
function from the latest ffmpeg library, which has been declared deprecated for some time). That function has been re-enabled in the FreeBSD port of ffmpeg and the port does build again ... Approved by: portmgr (pav)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dvbcut/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/dvbcut/Makefile b/multimedia/dvbcut/Makefile
index 0507820367cd..ac158ee3ebea 100644
--- a/multimedia/dvbcut/Makefile
+++ b/multimedia/dvbcut/Makefile
@@ -22,8 +22,6 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg-devel \
ao.3:${PORTSDIR}/audio/libao
-BROKEN= Not compatible with new ffmpeg port
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_BZIP2= yes
USE_GMAKE= yes