diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-17 19:47:16 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-17 19:47:16 +0200 |
commit | 083bcce95cb4657d87041a3e6543ef599ff4896e (patch) | |
tree | 469675d8365483ff30f1167930f52194372eec34 /community/java-jansi-native | |
parent | 6c79bbeae661dfa5a21284df7198b82b944eb2cb (diff) | |
download | aports-083bcce95cb4657d87041a3e6543ef599ff4896e.tar.bz2 aports-083bcce95cb4657d87041a3e6543ef599ff4896e.tar.xz |
community/java-jansi-native: remove build-base from makedepends
Diffstat (limited to 'community/java-jansi-native')
-rw-r--r-- | community/java-jansi-native/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/java-jansi-native/APKBUILD b/community/java-jansi-native/APKBUILD index 82e3d175b7..e68d496f1f 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" |