summaryrefslogtreecommitdiff
path: root/extra/w3m/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/w3m/PKGBUILD')
-rw-r--r--extra/w3m/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/w3m/PKGBUILD b/extra/w3m/PKGBUILD
index 407b696dc..f9660f6d6 100644
--- a/extra/w3m/PKGBUILD
+++ b/extra/w3m/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=4
pkgdesc='Text-based Web browser, as well as pager'
url='http://w3m.sourceforge.net/'
license=('custom')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
makedepends=('imlib2')
optdepends=('imlib2: for graphics support')
depends=('openssl' 'gc' 'ncurses')
@@ -35,8 +35,7 @@ build() {
--with-imagelib=imlib2 \
--with-termlib=ncurses \
--disable-w3mmailer \
- --disable-mouse \
-
+ --disable-mouse
make
}