aboutsummaryrefslogtreecommitdiffstats
path: root/community/abiword/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-01 15:27:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-01 15:27:15 -0300
commitfb62a38f0e97f712fb699ea7681d54bd35d284e5 (patch)
treee3ad6a8ec03a470d10846c387e2c0f934b5cff2d /community/abiword/APKBUILD
parent7f5df530b22d37e9b71f4ee0601f1347617ea63c (diff)
community/abiword: add missing gnu-autoconf deps
Diffstat (limited to 'community/abiword/APKBUILD')
-rw-r--r--community/abiword/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/abiword/APKBUILD b/community/abiword/APKBUILD
index 6eed2183dd7..ee505041f76 100644
--- a/community/abiword/APKBUILD
+++ b/community/abiword/APKBUILD
@@ -9,7 +9,7 @@ options="!check" # Test suite requires valgrind, etc
license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev readline-dev libgsf-dev enchant2-dev fribidi-dev wv-dev
popt-dev libjpeg-turbo-dev librsvg-dev bzip2-dev goffice-dev pcre-dev
- libxslt-dev perl"
+ libxslt-dev perl automake autoconf libtool"
# openxml plugin
makedepends="$makedepends boost-dev"