From 7caf0dc6995cd4dda62aaf638334f3cc616ea9bf Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 13 Feb 2004 03:53:48 +0000 Subject: During building executables on FreeBSD 4.X the "undefined reference to `pthread_*'" was thrown. Fix this, and also some other cosmetic bugs. PR: ports/62446 Submitted by: Mykola Khotyaintsev (maintainer) --- math/vtk-tcl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/vtk-tcl/Makefile') diff --git a/math/vtk-tcl/Makefile b/math/vtk-tcl/Makefile index 1d9ee063cc28..9ee8be5af3d4 100644 --- a/math/vtk-tcl/Makefile +++ b/math/vtk-tcl/Makefile @@ -36,4 +36,4 @@ do-patch: patch-common do-install: install-cnotice install-binaries install-libs cd ${WRKSRC}/Wrapping/Tcl ; ${MAKE} install -.include +.include -- cgit