ports/security/hotssh/files/patch-wscript
Mathieu Arnold 320514f1dd It seems some people keep adding $FreeBSD$ to patch files.
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
2015-09-16 13:03:45 +00:00

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')