diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-21 12:37:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-21 12:37:32 +0000 |
commit | 0b6695b7391c5bd98fc25d7f260a142e8038071a (patch) | |
tree | 80d6cf0da802a54d9389846e3b04b73e24060c72 /multimedia/vtkmpeg2encode | |
parent | aafad8e1bd53cd69cffc108977a691f3f3999071 (diff) | |
download | ports-0b6695b7391c5bd98fc25d7f260a142e8038071a.tar.gz ports-0b6695b7391c5bd98fc25d7f260a142e8038071a.zip |
Notes
Diffstat (limited to 'multimedia/vtkmpeg2encode')
-rw-r--r-- | multimedia/vtkmpeg2encode/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/vtkmpeg2encode/pkg-message b/multimedia/vtkmpeg2encode/pkg-message index 82045d41f3c8..abd2ae570a89 100644 --- a/multimedia/vtkmpeg2encode/pkg-message +++ b/multimedia/vtkmpeg2encode/pkg-message @@ -1,3 +1,20 @@ +***************************************************************************** + The MPEG2 format and all software that uses it is subject to patent restrictions. Please see http://www.mpegla.com/m2/m2-agreement.cfm for more information. + +********************************* IMPORTANT ********************************* + +Installing this port does not enable MPEG2 functionality in math/vtk5. +If math/vtk5 was built without the VTKMPEG2 option, it must be rebuilt +and reinstalled with VTKMPEG2 turned on in order to enable the MPEG2 +functionality: + +cd /usr/ports/math/vtk5 +make deinstall +make clean +make config +make reinstall + +***************************************************************************** |