1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Chase the ffmpeg-devel removal and don't mark broken when ffmpeg is

installed.

Reminded by:	Mark Evenson <mark.evenson (at) gmx.at>
This commit is contained in:
Thierry Thomas 2007-08-21 21:55:55 +00:00
parent bbcb80ae1d
commit 639d2558fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198083

View File

@ -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>