r9057: package/system rename for cl-base64
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Apr 2004 16:54:10 +0000 (16:54 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Apr 2004 16:54:10 +0000 (16:54 +0000)
package.lisp
wol.asd

index 476d8484c54a48e65d4500cfed76ae07bd0dac02..eeb7a85cabf852a69fe828f9e697a25647fd678c 100644 (file)
@@ -17,7 +17,7 @@
 
 (defpackage #:wol
   (:use #:kmrcl #:hyperobject #:common-lisp
-       #:lml2 #:base64 #:modlisp #:puri)
+       #:lml2 #:cl-base64 #:modlisp #:puri)
   (:export
 
    ;; classes.lisp
diff --git a/wol.asd b/wol.asd
index 18b09cecdc4bcc14e4eb3b9028909b219b3ef1b3..46b8b3f7f161fcd6474f36c03e55571d0bdb3c60 100644 (file)
--- a/wol.asd
+++ b/wol.asd
@@ -27,7 +27,7 @@
 (in-package #:wol-system)
 
 (defsystem wol
-    :depends-on (:kmrcl :modlisp :lml2 :hyperobject :base64 :puri
+    :depends-on (kmrcl modlisp lml2 hyperobject cl-base64 puri
                        #-allegro :acl-compat)
     :components
     ((:file "package")