summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2012-09-19 10:31:50 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2012-09-19 10:31:50 +0000
commitec59d69f84d66233801c91463e3677ce738d31e9 (patch)
tree185d3ff563a0e28a20b37ed5afe2738ae0e8b423
parent1969a8414b5cd5e99ff85597fd378ec3757da27e (diff)
downloadmorphs-ec59d69f84d66233801c91463e3677ce738d31e9.tar.gz
Add less to devel stratum
-rw-r--r--devel.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel.morph b/devel.morph
index 061ba1b..a5bceff 100644
--- a/devel.morph
+++ b/devel.morph
@@ -381,6 +381,12 @@
"repo": "upstream:cmake",
"ref": "master",
"build-depends": [ "bash", "make" ]
+ },
+ {
+ "name": "less",
+ "repo": "upstream:less",
+ "ref": "master",
+ "build-depends": [ "make" ]
}
]
}