aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-22 10:22:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-22 10:22:08 +0100
commit1fb326345fb574cf8a2c36e91002294cf0e2d4dd (patch)
treea99d43d100ec43d5f26a43d651be4064ac8c9782
parenta7b1a5803f71f7f36b0ad0cfef5c47ea9e8ff712 (diff)
downloadaports-1fb326345fb574cf8a2c36e91002294cf0e2d4dd.tar.bz2
aports-1fb326345fb574cf8a2c36e91002294cf0e2d4dd.tar.xz
community/gtkspell3: fix build
-rw-r--r--community/gtkspell3/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gtkspell3/APKBUILD b/community/gtkspell3/APKBUILD
index 0de7521e4c..8310fc3994 100644
--- a/community/gtkspell3/APKBUILD
+++ b/community/gtkspell3/APKBUILD
@@ -8,7 +8,7 @@ url="http://gtkspell.sourceforge.net/"
arch="all"
license="GPL-2.0-or-later"
makedepends="enchant2-dev gtk+3.0-dev vala gobject-introspection-dev
- automake autoconf libtool"
+ automake autoconf libtool intltool"
options="!check" # no tests
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-lang"
source="https://downloads.sourceforge.net/gtkspell/gtkspell3-$pkgver.tar.xz"