diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-04 09:38:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 07:12:22 +0700 |
commit | dfdf88664cb0a785bfa0cff442a5f75ee054a48b (patch) | |
tree | 8c221b0e9f94bae95248d8674b0eefead060ceb8 /development/leiningen | |
parent | 6222c15414b28dae8477e8b1909e381eb9f6e521 (diff) | |
download | slackbuilds-dfdf88664cb0a785bfa0cff442a5f75ee054a48b.tar.gz |
development/leiningen: Add jdk as DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/leiningen')
-rw-r--r-- | development/leiningen/README | 2 | ||||
-rw-r--r-- | development/leiningen/leiningen.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/development/leiningen/README b/development/leiningen/README index 6e8dd88bd7..93976c53a9 100644 --- a/development/leiningen/README +++ b/development/leiningen/README @@ -1,5 +1,3 @@ Leiningen is the easiest way to use Clojure. With a focus on project automation and declarative configuration, it gets out of your way and lets you focus on your code. - -'jdk' is a runtime dependency. diff --git a/development/leiningen/leiningen.info b/development/leiningen/leiningen.info index ea38c1c337..2eb21e3c57 100644 --- a/development/leiningen/leiningen.info +++ b/development/leiningen/leiningen.info @@ -5,6 +5,6 @@ DOWNLOAD="https://raw.githubusercontent.com/technomancy/leiningen/2.5.3/bin/lein MD5SUM="b298776cef52f59516881888e6240fcc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="jdk" MAINTAINER="Ryan P.C. McQuen" EMAIL="ryan.q@linux.com" |