summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-01-04 03:38:53 +0100
committer Willy Sudiarto Raharjo2016-01-09 01:12:22 +0100
commitdfdf88664cb0a785bfa0cff442a5f75ee054a48b (patch)
tree8c221b0e9f94bae95248d8674b0eefead060ceb8 /development
parent6222c15414b28dae8477e8b1909e381eb9f6e521 (diff)
downloadslackbuilds-dfdf88664cb0a785bfa0cff442a5f75ee054a48b.tar.gz
development/leiningen: Add jdk as DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/leiningen/README2
-rw-r--r--development/leiningen/leiningen.info2
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"