diff options
Diffstat (limited to 'community/vtk')
-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 78af11f86..40d3a2a99 100644 --- a/community/vtk/PKGBUILD +++ b/community/vtk/PKGBUILD @@ -11,7 +11,7 @@ pkgname=vtk pkgver=5.8.0 pkgrel=7 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') |