diff --git a/bundle.lisp b/bundle.lisp
index 41dbbe2ddd842c128d97c24d0139ed42f5bc83cf..8cb31bcccf648ed3968f814e29d5bdb09efd8f1c 100644
--- a/bundle.lisp
+++ b/bundle.lisp
@@ -493,8 +493,8 @@
 
 #+(and (not asdf-use-unsafe-mac-bundle-op)
        (or (and ecl darwin) (and abcl darwin)))
-(defmethod perform :before ((op bundle-op) c)
+(defmethod perform :before ((op basic-fasl-op) c)
   (declare (ignorable op c))
   (unless (uiop:featurep :asdf-use-unsafe-mac-bundle-op)
     (cerror "Continue after modifying *FEATURES*."
-            "The BUNDLE-OPs are not supported on Mac OSX for this lisp.~%~TTo continue, push :asdf-use-unsafe-mac-bundle-op on *FEATURES*.~%~TPlease report to ASDF-DEVEL if this works for you.")))
+            "BASIC-FASL-OP bundle operations are not supported on Mac OSX for this lisp.~%~TTo continue, push :asdf-use-unsafe-mac-bundle-op on *FEATURES*.~%~TPlease report to ASDF-DEVEL if this works for you.")))