diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -2,11 +2,7 @@
 -- all Gtk2Hs-specific boilerplate is kept in
 -- gtk2hs-buildtools:Gtk2HsSetup
 --
-import Gtk2HsSetup ( gtk2hsUserHooks, checkGtk2hsBuildtools,
-                     typeGenProgram, signalGenProgram, c2hsLocal)
+import Gtk2HsSetup ( gtk2hsUserHooks )
 import Distribution.Simple ( defaultMainWithHooks )
 
-main = do
-  checkGtk2hsBuildtools [typeGenProgram, signalGenProgram, c2hsLocal]
-  defaultMainWithHooks gtk2hsUserHooks
-
+main = defaultMainWithHooks gtk2hsUserHooks
diff --git a/gtk3-mac-integration.cabal b/gtk3-mac-integration.cabal
--- a/gtk3-mac-integration.cabal
+++ b/gtk3-mac-integration.cabal
@@ -1,5 +1,5 @@
 Name:           gtk3-mac-integration
-Version:        0.3.3.1
+Version:        0.3.4.0
 License:        LGPL-2.1
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -45,9 +45,6 @@
         build-depends:  base >= 4 && < 5, array -any, containers -any, mtl -any,
                         glib  >=0.13.0.0 && <0.14,
                         gtk3  >=0.13.0.0 && <0.15
-
-        build-tools:    gtk2hsC2hs >= 0.13.11,
-                        gtk2hsHookGenerator, gtk2hsTypeGen
 
         exposed-modules:
           Graphics.UI.Gtk.OSX
