diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-02-03 10:45:15 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-02-03 10:45:15 +0000 |
commit | 11e781dfa3f50b448e1c91c4986245f37d8d7c63 (patch) | |
tree | 9d6e1488bcfe3888b4872d0ead8a6f886d5e3507 /math | |
parent | Note that configuration and data files of www/xshttpd have been moved. (diff) |
Fixes the vtkmpeg2encode dependency, which does not use the primary
category.
PR: ports/120123
Submitted by: Jason Bacon <bacon (at) smithers.neuro.mcw.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=206663
Diffstat (limited to 'math')
-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 bcabcaa6e832..2c96ac593852 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -94,7 +94,7 @@ CMAKE_DEFS+= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ -DVTK_DATA_ROOT:PATH=${VTKDATAROOT} .if defined(WITH_VTKMPEG2) -LIB_DEPENDS+= vtkMPEG2Encode.5:${PORTSDIR}/math/vtkmpeg2encode +LIB_DEPENDS+= vtkMPEG2Encode.5:${PORTSDIR}/multimedia/vtkmpeg2encode PLIST_FILES+= include/vtk-5.0/vtkMPEG2Writer.h CMAKE_DEFS+= -DvtkMPEG2Encode_INCLUDE_PATH=${LOCALBASE}/include/vtk-5.0 \ -DvtkMPEG2Encode_LIBRARIES=vtkMPEG2Encode \ |