aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mu
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-25 21:25:50 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-25 21:25:50 -0300
commit44c7869f3ca58cf656ba6a0de3b8bbaced52cc3d (patch)
tree5918e04eeac91c0cba2c26bfa8c5456f18e14388 /testing/mu
parent598c023a012c6afa8d85630347d352c580ab8c93 (diff)
downloadaports-44c7869f3ca58cf656ba6a0de3b8bbaced52cc3d.tar.bz2
aports-44c7869f3ca58cf656ba6a0de3b8bbaced52cc3d.tar.xz
testing/mu: add missing dep gettext-dev
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 58733a097f..2760772197 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"
+ libtool gettext-dev"
subpackages="$pkgname-doc mu4e"
source="$pkgname-$pkgver.tar.gz::https://github.com/djcb/mu/archive/$pkgver.tar.gz"