$NetBSD: patch-ag,v 1.3 2007/08/13 12:03:21 drochner Exp $

--- ./src/support/package.C.in.orig	2007-03-11 22:06:41.000000000 +0100
+++ ./src/support/package.C.in
@@ -148,7 +148,7 @@ Package::Package(string const & command_
 				     command_line_user_support_dir);
 
 	string const configure_script = AddName(system_support(), "configure.py");
-	configure_command_ = "python " + QuoteName(configure_script)
+	configure_command_ = QuoteName(configure_script)
 	                               + with_version_suffix();
 
 	lyxerr[Debug::INIT]
