$OpenBSD: patch-texmf-dist_scripts_context_stubs_unix_mtxrun,v 1.3 2016/06/01 12:47:33 edd Exp $
--- texmf-dist/scripts/context/stubs/unix/mtxrun.origy	Wed May 20 23:51:22 2015
+++ texmf-dist/scripts/context/stubs/unix/mtxrun	Sun Apr 17 21:46:32 2016
@@ -18249,11 +18249,11 @@ messages = messages or { } -- for the moment
 runners = runners  or { } -- global (might become local)
 
 runners.applications = {
-    ["lua"] = "luatex --luaonly",
-    ["luc"] = "luatex --luaonly",
-    ["pl"] = "perl",
-    ["py"] = "python",
-    ["rb"] = "ruby",
+    ["lua"] = "${LOCALBASE}/bin/luatex --luaonly",
+    ["luc"] = "${LOCALBASE}/bin/luatex --luaonly",
+    ["pl"] = "/usr/bin/perl",
+    ["py"] = "${MODPY_BIN}",
+    ["rb"] = "${RUBY}",
 }
 
 runners.suffixes = {
