aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mu
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-25 21:32:38 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-25 21:32:38 -0300
commit5841fcdc82036705de82a96abf7a6d49ad70f4a4 (patch)
tree1c640a8e94c300dd85b2e444cb8c124ab48ff95c /testing/mu
parent44c7869f3ca58cf656ba6a0de3b8bbaced52cc3d (diff)
downloadaports-5841fcdc82036705de82a96abf7a6d49ad70f4a4.tar.bz2
aports-5841fcdc82036705de82a96abf7a6d49ad70f4a4.tar.xz
testing/mu: add missing dependency on texinfo
Diffstat (limited to 'testing/mu')
-rw-r--r--testing/mu/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mu/APKBUILD b/testing/mu/APKBUILD
index 2760772197..32efe011b8 100644
--- a/testing/mu/APKBUILD
+++ b/testing/mu/APKBUILD
@@ -11,7 +11,7 @@ url="http://www.djcbsoftware.nl/code/mu"
license="GPL-3.0"
depends="sqlite"
makedepends="xapian-core-dev gmime-dev sqlite-dev emacs autoconf automake
- libtool gettext-dev"
+ libtool gettext-dev texinfo"
subpackages="$pkgname-doc mu4e"
source="$pkgname-$pkgver.tar.gz::https://github.com/djcb/mu/archive/$pkgver.tar.gz"