diff --git a/OSX/build/makebundle.sh b/OSX/build/makebundle.sh
index ba55015..b94b7fd 100755
--- a/OSX/build/makebundle.sh
+++ b/OSX/build/makebundle.sh
@@ -70,8 +70,8 @@ echo "Installing language translations"
 make -C ../../i18n		INSTALL_ROOT=`pwd`	install >/dev/null
 echo "Installing standard (basic) themes"
 make -C ../../themes		INSTALL_ROOT=`pwd`	install >/dev/null
-echo "Installing filters"
-make -C ../../filters		INSTALL_ROOT=`pwd`	install >/dev/null
+#echo "Installing filters"
+#make -C ../../filters		INSTALL_ROOT=`pwd`	install >/dev/null
 #echo "Installing extra themes"
 #make -C ../../../myththemes	INSTALL_ROOT=`pwd`	install >/dev/null
 
@@ -88,4 +88,7 @@ rm -fr ./usr
 
 #/usr/bin/install_name_tool -change /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration \@executable_path/../Frameworks/DiskArbitration.framework/DiskArbitration $BNDL/MacOS/mythfrontend
 
+cp -pr /System/Library/Frameworks/AppKit.framework mythfrontend.app/Contents/Frameworks
+/opt/local/bin/install_name_tool -change /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit \@executable_path/../Frameworks/AppKit.framework/Versions/C/AppKit mythfrontend.app/Contents/MacOS/mythfrontend
+
 # ===========================================================================
