s/js:funcall/js::funcall/
[clinton/parenscript.git] / parenscript.asd
index c8d5696..d057b0a 100755 (executable)
@@ -36,7 +36,7 @@
                (:module :runtime
                         :components ((:file "ps-runtime-lib"))
                         :depends-on (:src)))
-  :depends-on ())
+  :depends-on (:cl-ppcre :anaphora :split-sequence))
 
 (defmethod asdf:perform :after ((op asdf:load-op) (system (eql (asdf:find-system :parenscript)))) 
   (pushnew :parenscript cl:*features*))
@@ -53,7 +53,7 @@
                                      (:file "reference-tests")
                                      (:file "ps-tests")
                                      (:file "package-system-tests"))))
-  :depends-on (:parenscript :fiveam :cl-ppcre))
+  :depends-on (:parenscript :fiveam))
 
 (defmethod asdf:perform ((o test-op) (c (eql (find-system :parenscript.test))))
   (asdf:operate 'asdf:load-op :parenscript.test)