diff options
Diffstat (limited to 'extra/php/PKGBUILD')
-rw-r--r-- | extra/php/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/php/PKGBUILD b/extra/php/PKGBUILD index ee8e0a17c..109775ea6 100644 --- a/extra/php/PKGBUILD +++ b/extra/php/PKGBUILD @@ -26,7 +26,7 @@ pkgname=('php' pkgver=5.3.6 pkgrel=2 _suhosinver=${pkgver}-0.9.10 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('PHP') url='http://www.php.net' makedepends=('apache' 'imap' 'postgresql-libs' 'mysql' 'libldap' 'postfix' |