diff options
Diffstat (limited to 'community/vtk/PKGBUILD')
-rw-r--r-- | community/vtk/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/vtk/PKGBUILD b/community/vtk/PKGBUILD index d1f035081..371bf4a83 100644 --- a/community/vtk/PKGBUILD +++ b/community/vtk/PKGBUILD @@ -10,7 +10,7 @@ pkgname=vtk pkgver=5.8.0 pkgrel=2 pkgdesc='A software system for 3D computer graphics, image processing, and visualization which supports a wide variety of visualization algorithms and advanced modeling techniques.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.vtk.org' license=('BSD') depends=('libpng' 'libtiff' 'freetype2' 'boost' 'ffmpeg' 'qt' 'lesstif' 'mysql') |