From 639d2558fda542080c9f8bda546fc01a88b51454 Mon Sep 17 00:00:00 2001 From: Thierry Thomas <thierry@FreeBSD.org> Date: Tue, 21 Aug 2007 21:55:55 +0000 Subject: Chase the ffmpeg-devel removal and don't mark broken when ffmpeg is installed. Reminded by: Mark Evenson <mark.evenson (at) gmx.at> --- sysutils/xvidcap/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile index 58dff2ca78bf..3633f7c909e5 100644 --- a/sysutils/xvidcap/Makefile +++ b/sysutils/xvidcap/Makefile @@ -48,21 +48,10 @@ NULLDOCS= COPYING MAN1= xvidcap.1 -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libavutil.so) -# To be removed after ffmep-devel'upgrade -BROKEN= Cannot compile when ffmpeg-devel is installed -.endif - -.if ${OSVERSION} < 500000 -BROKEN= Compilation error with gcc-2.95. -.endif - pre-configure: ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure post-install: @${RM} ${NULLDOCS:S|^|${DOCSDIR}/|} -.include <bsd.port.post.mk> +.include <bsd.port.mk> -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0