summaryrefslogtreecommitdiff
path: root/math/vtk-java
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-13 03:53:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-13 03:53:48 +0000
commit5d0646b06cfb1d9ec8ad3296d5bc44e247b3ca42 (patch)
tree46720e0dca6f980af2d58cd8dac449f798ae7da8 /math/vtk-java
parentUse intlhack to fix the build on 4.X. (diff)
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 <ko@irfu.se> (maintainer)
Notes
Notes: svn path=/head/; revision=100813
Diffstat (limited to 'math/vtk-java')
-rw-r--r--math/vtk-java/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk-java/Makefile b/math/vtk-java/Makefile
index 79d1f55ba72a..31eeebfe3256 100644
--- a/math/vtk-java/Makefile
+++ b/math/vtk-java/Makefile
@@ -66,4 +66,4 @@ do-install: install-cnotice install-binaries install-libs
@${ECHO_MSG} "" >> ${TESTINGDIR}/Java/README
@${ECHO_MSG} "Be shure to use java 1.3 or greater." >> ${TESTINGDIR}/Java/README
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>