diff --git a/community/java-jansi-native/APKBUILD b/community/java-jansi-native/APKBUILD index 82e3d175b7f..e68d496f1fc 100644 --- a/community/java-jansi-native/APKBUILD +++ b/community/java-jansi-native/APKBUILD @@ -10,7 +10,7 @@ url="https://github.com/fusesource/jansi-native" arch="x86 x86_64" license="ASL-2.0" depends="openjdk8-jre-base" -makedepends="autoconf automake build-base libtool maven openjdk8" +makedepends="autoconf automake libtool maven openjdk8" source="https://github.com/fusesource/$_pkgname/archive/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$_pkgname-$pkgver"