diff options
author | thierry <thierry@FreeBSD.org> | 2008-02-03 18:45:15 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2008-02-03 18:45:15 +0800 |
commit | 1ea10eb16f9c22f92e0f675b11ad92b4c6a544d0 (patch) | |
tree | 7164b7b9c3888366b7a17ea13188abf522fa1891 | |
parent | b76f6bab846346552b3733e0aea265a7265c7dc0 (diff) | |
download | freebsd-ports-gnome-1ea10eb16f9c22f92e0f675b11ad92b4c6a544d0.tar.gz freebsd-ports-gnome-1ea10eb16f9c22f92e0f675b11ad92b4c6a544d0.tar.zst freebsd-ports-gnome-1ea10eb16f9c22f92e0f675b11ad92b4c6a544d0.zip |
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)
-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 \ |