diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-09 18:09:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-09 18:09:52 +0100 |
commit | 648e5d6e8c5a01102f71036e10cf8841c88f687f (patch) | |
tree | 8b5b03f4de56e2ff61a3ab27d7f41c0b79336539 /package/ant | |
parent | 9fefab63a7256b36807cb0f5eb8a290468582c2c (diff) | |
parent | c5eedebec9a31762dd50409c36ea2e1163b339fe (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ant')
-rw-r--r-- | package/ant/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ant/Makefile b/package/ant/Makefile index 625853bd8..b5b7d86b9 100644 --- a/package/ant/Makefile +++ b/package/ant/Makefile @@ -11,6 +11,8 @@ PKG_DESCR:= ant utility PKG_SECTION:= lang PKG_SITES:= http://archive.apache.org/dist/ant/source/ +PKG_CFLINE_ANT:= depends on ADK_HOST_ONLY + DISTFILES:= apache-$(PKG_NAME)-$(PKG_VERSION)-src.tar.bz2 WRKDIST= $(WRKDIR)/apache-$(PKG_NAME)-$(PKG_VERSION) |