diff --git a/base64.asd b/base64.asd index bccf6b44820177264855fc507ed167ef85410836..a27bf2c444d7309c58803cc9240fbbd71a150a56 100644 --- a/base64.asd +++ b/base64.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: base64.asd,v 1.7 2003/04/15 15:39:26 kevin Exp $ +;;;; $Id: base64.asd,v 1.8 2003/04/15 15:44:07 kevin Exp $ ;;;; ************************************************************************* (in-package :asdf) @@ -28,7 +28,8 @@ :perform (load-op :after (op base64) (pushnew :base64 cl:*features*)) - :depends-on (:kmrcl :tester) ;; only for test-op + ;; depends-on only needed for test-op + :depends-on (:kmrcl #-allegro :tester) :components ((:file "package")