summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2012-09-19 13:09:48 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2012-09-19 13:09:48 +0000
commit4f48ac0711d59f5105e57d0b32c467d8dfcdcf5b (patch)
tree882a2e26cfcff396fd5f19a9a7a933b05e3f3c80
parent972e5f36ba0fe8ba24a7cec3f09f4706c8da7e02 (diff)
downloadmorphs-4f48ac0711d59f5105e57d0b32c467d8dfcdcf5b.tar.gz
Add lsof to devel stratum using current working lsof branch
-rw-r--r--devel.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel.morph b/devel.morph
index a5bceff..00b13c0 100644
--- a/devel.morph
+++ b/devel.morph
@@ -387,6 +387,12 @@
"repo": "upstream:less",
"ref": "master",
"build-depends": [ "make" ]
+ },
+ {
+ "name": "lsof",
+ "repo": "upstream:lsof",
+ "ref": "baserock/radiofree/lsof",
+ "build-depends": [ "make" ]
}
]
}