[stamp-cvs] CVS stamp

rstrandh rstrandh at common-lisp.net
Thu Jan 4 03:41:04 UTC 2007


Update of /project/stamp/cvsroot/stamp
In directory clnet:/tmp/cvs-serv10709

Modified Files:
	stamp.asd 
Log Message:
Make stamp depend on split-sequence


--- /project/stamp/cvsroot/stamp/stamp.asd	2007/01/03 11:27:56	1.1
+++ /project/stamp/cvsroot/stamp/stamp.asd	2007/01/04 03:41:04	1.2
@@ -25,6 +25,6 @@
 (in-package :stamp.system)
 
 (defsystem :stamp
-  :depends-on (:mcclim :mel-base :climacs)
+  :depends-on (:mcclim :mel-base :climacs :split-sequence)
   :components ((:file "packages")
                (:file "stamp" :depends-on ("packages"))))




More information about the Stamp-cvs mailing list