forked from Lainports/freebsd-ports
primarily designed for C# and other .NET languages. The main features of MonoDevelop are: * Code Completion * Class Management * Built-in Help * Project Support * Add-ins PR: 117545 Submitted by: Romain Tartiere <romain at blogreen.org> (latest version)
14 lines
463 B
C#
14 lines
463 B
C#
|
|
$FreeBSD$
|
|
|
|
--- src/addins/CBinding/Navigation/ProjectNodeBuilderExtension.cs.orig
|
|
+++ src/addins/CBinding/Navigation/ProjectNodeBuilderExtension.cs
|
|
@@ -97,7 +97,7 @@
|
|
check_ctags = true;
|
|
|
|
try {
|
|
- ProcessWrapper p = Runtime.ProcessService.StartProcess ("ctags", "--version", null, null);
|
|
+ ProcessWrapper p = Runtime.ProcessService.StartProcess ("exctags", "--version", null, null);
|
|
p.WaitForOutput ();
|
|
have_ctags = true;
|
|
} catch {
|