=== modified file 'debian/rules'
--- debian/rules	2012-04-18 16:45:07 +0000
+++ debian/rules	2012-04-18 16:45:39 +0000
@@ -38,6 +38,10 @@ ifeq ($(on_buildd),yes)
 #    WITHOUT_CHECK := yes
   endif
 endif
+ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-amd64 kfreebsd-i386))
+  WITHOUT_CHECK := yes
+endif
+
 
 COMMA = ,
 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))

