[Unetwork-cvs] CVS update: unetwork/src/unetwork.asd

Update of /project/unetwork/cvsroot/unetwork/src In directory common-lisp.net:/tmp/cvs-serv11520/src Modified Files: unetwork.asd Log Message: Fix dependency on puri Date: Mon Mar 29 09:17:35 2004 Author: mvilleneuve Index: unetwork/src/unetwork.asd diff -u unetwork/src/unetwork.asd:1.4 unetwork/src/unetwork.asd:1.5 --- unetwork/src/unetwork.asd:1.4 Tue Mar 23 08:02:21 2004 +++ unetwork/src/unetwork.asd Mon Mar 29 09:17:35 2004 @@ -16,6 +16,7 @@ (in-package #:unetwork-system) (defsystem unetwork-base + :depends-on (:puri) :components ((:file "package") (:file "errors") (:file "utilities") @@ -32,8 +33,7 @@ (defsystem unetwork :name "unetwork" - :depends-on (:puri - #+cmu :unetwork-cmu + :depends-on (#+cmu :unetwork-cmu #+sbcl :unetwork-sbcl) :components ((:file "url") (:file "uri-streams")
participants (1)
-
Matthieu Villeneuve