aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xvidcap
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-08-21 21:55:55 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-08-21 21:55:55 +0000
commit639d2558fda542080c9f8bda546fc01a88b51454 (patch)
treefd00001176ad561b03e64d9fad822ec1e70f4ce0 /sysutils/xvidcap
parentbbcb80ae1d8c891b165e11ab7ab6953f1192126e (diff)
downloadports-639d2558fda542080c9f8bda546fc01a88b51454.tar.gz
ports-639d2558fda542080c9f8bda546fc01a88b51454.zip
Chase the ffmpeg-devel removal and don't mark broken when ffmpeg is
installed. Reminded by: Mark Evenson <mark.evenson (at) gmx.at>
Notes
Notes: svn path=/head/; revision=198083
Diffstat (limited to 'sysutils/xvidcap')
-rw-r--r--sysutils/xvidcap/Makefile13
1 files changed, 1 insertions, 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>