[usocket-cvs] r43 - usocket/trunk
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Feb 5 21:45:33 UTC 2006
Author: ehuelsmann
Date: Sun Feb 5 15:45:33 2006
New Revision: 43
Modified:
usocket/trunk/usocket.asd
Log:
Add required lispworks module.
Modified: usocket/trunk/usocket.asd
==============================================================================
--- usocket/trunk/usocket.asd (original)
+++ usocket/trunk/usocket.asd Sun Feb 5 15:45:33 2006
@@ -19,7 +19,8 @@
:description "Universal socket library for Common Lisp"
:depends-on (:split-sequence
#+allegro :socket
- #+sbcl :sb-bsd-sockets)
+ #+sbcl :sb-bsd-sockets
+ #+lispworks "comm")
:components ((:file "package")
(:file "usocket"
:depends-on ("package"))
More information about the usocket-cvs
mailing list