diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 16:49:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 16:49:34 +0000 |
commit | 329e3aac0e6b32bd4680af25812e08d2f0759265 (patch) | |
tree | c72a939e66de58bc5635cae3895ac7b2f1893694 /math/vtk5 | |
parent | 1d65fddbb297281a2ebe0ae5c7be42eeed39322f (diff) | |
download | ports-329e3aac0e6b32bd4680af25812e08d2f0759265.tar.gz ports-329e3aac0e6b32bd4680af25812e08d2f0759265.zip |
Notes
Diffstat (limited to 'math/vtk5')
-rw-r--r-- | math/vtk5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index deb983509a53..81d6c66a9e06 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -173,7 +173,7 @@ IGNORE= java wrapping requires shared libraries.\ CXXFLAGS+= -fPIC .endif USE_JAVA= yes -JAVA_VENDOR= freebsd openjdk +JAVA_VENDOR= openjdk JAVA_VERSION= 1.6+ CMAKE_ARGS+= -DVTK_WRAP_JAVA:BOOL=ON \ -DJAVA_AWT_INCLUDE_PATH:FILEPATH=${JAVA_HOME}/include \ |