r4481: Auto commit for Debian build
[cl-base64.git] / base64.asd
index 4e7ead7da5c86bc6151b57048c7f011e6571d416..61be9f6f5b7caf73449f5a8fec6eb9a9efa80acd 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: base64.asd,v 1.5 2003/04/15 15:36:03 kevin Exp $
+;;;; $Id: base64.asd,v 1.6 2003/04/15 15:37:44 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package :asdf)
@@ -27,6 +27,8 @@
   
   :perform (load-op :after (op base64)
            (pushnew :base64 cl:*features*))
+
+  :depends-on (:kmrcl) ;; only for test-op
   
   :components
   ((:file "package")