[noctool-cvs] CVS source

jprewett jprewett at common-lisp.net
Thu Jun 12 16:04:24 UTC 2008


Update of /project/noctool/cvsroot/source
In directory clnet:/tmp/cvs-serv15465

Modified Files:
	noctool.asd 
Log Message:

changed packages that noctool depends upon from strings to symbols to make ASDF-INSTALL happier.



--- /project/noctool/cvsroot/source/noctool.asd	2008/05/17 12:32:25	1.3
+++ /project/noctool/cvsroot/source/noctool.asd	2008/06/12 16:04:23	1.4
@@ -4,7 +4,7 @@
   :author "Ingvar Mattsson"
   :license "GPL"
   :version "0.1"
-  :depends-on ("usocket" "cl-ppcre" "ironclad" "image")
+  :depends-on (:usocket :cl-ppcre :ironclad :image)
   :components ((:file "packages")
 	       (:file "globals" :depends-on ("packages"))
 	       (:file "generics" :depends-on ("packages" "globals"))




More information about the noctool-cvs mailing list