forked from Lainports/freebsd-ports
14 lines
289 B
Text
14 lines
289 B
Text
|
|
$FreeBSD$
|
|
|
|
--- wscript.orig
|
|
+++ wscript
|
|
@@ -14,7 +14,7 @@
|
|
opt.tool_options('python')
|
|
|
|
def configure(conf):
|
|
- conf.check_tool('gcc gnome python intltool misc')
|
|
+ conf.check_tool('cc gnome python intltool misc')
|
|
conf.check_python_version((2,4,2))
|
|
|
|
conf.check_python_module('dbus')
|