diff --git a/inferior-shell.asd b/inferior-shell.asd
index ef939af296da412001c9f2ebcaebb56195548ad5..d4346dbf8817b6f20705697ca6cb270155f8adb4 100644
--- a/inferior-shell.asd
+++ b/inferior-shell.asd
@@ -2,8 +2,8 @@
 (in-package :asdf)
 
 (defsystem :inferior-shell
-  :defsystem-depends-on (:asdf :asdf-driver)
-  :depends-on (:asdf-driver :fare-utils :alexandria :fare-quasiquote-extras :fare-mop :optima
+  :defsystem-depends-on (:asdf #-asdf3 :asdf-driver)
+  :depends-on (#-asdf3 :asdf-driver :fare-utils :alexandria :fare-quasiquote-extras :fare-mop :optima
                #+sbcl :sb-posix)
   :description "spawn local or remote processes and shell pipes"
   :around-compile "asdf-driver:call-with-safe-io-syntax"