diff --git a/devel/tinderbox/buildbot/master/master.cfg b/devel/tinderbox/buildbot/master/master.cfg index f6bc761c5..828d0a2ac 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -317,7 +317,7 @@ fosx.addStep(shell.ShellCommand( "--prefix=/Users/verm/prefix", WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"), "--with-apple-opengl-framework", - "--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_carbon-unicode-debug-2.9", + "--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_cocoa-unicode-debug-2.9", "--enable-debug", "--disable-check-wx-opengl", "--disable-check-wx-stc" @@ -424,7 +424,7 @@ fosx_ppc.addStep(shell.ShellCommand( "--prefix=/Users/verm/prefix", WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"), "--with-apple-opengl-framework", - "--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_carbon-unicode-debug-2.9", + "--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_cocoa-unicode-debug-2.9", "--enable-debug" "--prefix=/Users/verm/i", "--disable-check-wx-opengl",