diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 15:51:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 15:51:21 +0100 |
commit | 31728d3c791ee94c4da715f259091c2b535e2275 (patch) | |
tree | 1707f6e4887fef9aac1074705b8a63a78ac3bbf5 /package/ant | |
parent | 15b8fe03024872b725b75616f09baf069d48b480 (diff) | |
parent | 25f8e4c49f42c61bab6eb5241b00b7fe199b0fae (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) |