Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
--- 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')
|