$OpenBSD: patch-build_scons-tools_ctags_py,v 1.1 2007/10/03 12:11:59 simon Exp $
--- build/scons-tools/ctags.py.orig	Wed Oct  3 12:21:35 2007
+++ build/scons-tools/ctags.py	Wed Oct  3 12:21:54 2007
@@ -14,7 +14,7 @@ def generate(env):
 		env['BUILDERS']['ctags']=SCons.Builder.Builder(action=env.Action(complain_ctags))
 
 def find_ctags(env):
-	b=env.WhereIs('ctags')
+	b='/usr/bin/ctags'
 	if b==None:
 		print 'WARNING: Could not find ctags. Tags will not be built.'
 	else:
