aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>