summaryrefslogtreecommitdiff
path: root/user/ant
diff options
context:
space:
mode:
Diffstat (limited to 'user/ant')
-rw-r--r--user/ant/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/user/ant/APKBUILD b/user/ant/APKBUILD
index 8afaf5929..ea5d40f04 100644
--- a/user/ant/APKBUILD
+++ b/user/ant/APKBUILD
@@ -9,12 +9,14 @@ pkgdesc="Java-based build tool"
url="http://ant.apache.org/"
arch="noarch"
license="Apache-2.0"
-makedepends=""
depends="openjdk8"
+makedepends=""
+subpackages=""
source="https://www-eu.apache.org/dist/ant/source/apache-$pkgname-$pkgver-src.tar.gz
ant.sh
imageio_fix_java_test.patch
- imageio_fix_test.patch"
+ imageio_fix_test.patch
+ "
builddir="$srcdir/apache-$pkgname-$pkgver"
_anthome="/usr/lib/java/$pkgname"