aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-04 14:29:58 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-04 14:30:49 +0000
commit05f72295a7977da1d71296fef3a4c1c20a36b972 (patch)
tree7c00f09ee45d60438ef21809eadea8778dc96ab2 /testing
parentd278993b4a26330f556587422e32069c3f3c11d9 (diff)
downloadaports-05f72295a7977da1d71296fef3a4c1c20a36b972.tar.bz2
aports-05f72295a7977da1d71296fef3a4c1c20a36b972.tar.xz
testing/mate-tweak: add another missing make dependency
Also requires intltool to build
Diffstat (limited to 'testing')
-rw-r--r--testing/mate-tweak/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mate-tweak/APKBUILD b/testing/mate-tweak/APKBUILD
index d00f1c2a63..0aeeb87f98 100644
--- a/testing/mate-tweak/APKBUILD
+++ b/testing/mate-tweak/APKBUILD
@@ -8,7 +8,7 @@ url="https://github.com/ubuntu-mate/mate-tweak"
arch="all"
license="GPL-2.0"
depends="python3 py-setproctitle"
-makedepends="python3-dev py-distutils-extra"
+makedepends="python3-dev py-distutils-extra intltool"
subpackages="$pkgname-doc $pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/ubuntu-mate/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"