diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-25 21:13:05 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-25 21:13:05 +0200 |
commit | 61ab10ba3c3ff1cd601e3eea2c6ed9cab65153bd (patch) | |
tree | 288d5ee037c6fc88be560721ae95185a588ee4c1 /testing/windowmaker | |
parent | 50a7e882166424f5d2562ed8a7acf7fbccc89a12 (diff) | |
download | aports-61ab10ba3c3ff1cd601e3eea2c6ed9cab65153bd.tar.bz2 aports-61ab10ba3c3ff1cd601e3eea2c6ed9cab65153bd.tar.xz |
testing/windowmaker: drop -lang subpackage
Diffstat (limited to 'testing/windowmaker')
-rw-r--r-- | testing/windowmaker/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/windowmaker/APKBUILD b/testing/windowmaker/APKBUILD index 1fadd3beb7..c4cb1c5b57 100644 --- a/testing/windowmaker/APKBUILD +++ b/testing/windowmaker/APKBUILD @@ -11,7 +11,7 @@ depends="" depends_dev="libx11-dev libxmu-dev libxft-dev" makedepends="$depends_dev" install="" -subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" +subpackages="$pkgname-dev $pkgname-doc" source="http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz" builddir="$srcdir"/WindowMaker-$pkgver |