aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/w3m/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/w3m/APKBUILD b/community/w3m/APKBUILD
index 924dc416f0..8114bc8ef9 100644
--- a/community/w3m/APKBUILD
+++ b/community/w3m/APKBUILD
@@ -3,7 +3,7 @@
pkgname=w3m
_pkgver=0.5.3+git20180125
pkgver=${_pkgver/+git/.}
-pkgrel=2
+pkgrel=3
pkgdesc='Text-based Web browser, as well as pager'
url='https://github.com/tats/w3m'
license='MIT UCD'
@@ -22,7 +22,7 @@ builddir="$srcdir/$pkgname-${_pkgver/+/-}"
build() {
cd "$builddir"
- ./configure \
+ PERL=/usr/bin/perl ./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--enable-image=fb \