X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql-socket.asd;h=2051b7a4b1b6387d9bbd77456f819a675faffae9;hp=3955adc8f6e38930ab4460fd9b2ccb0eea630c3d;hb=906d7a71b35ee1cd6d281623694bc90ced22c339;hpb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d diff --git a/clsql-postgresql-socket.asd b/clsql-postgresql-socket.asd index 3955adc..2051b7a 100644 --- a/clsql-postgresql-socket.asd +++ b/clsql-postgresql-socket.asd @@ -7,8 +7,6 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -21,7 +19,6 @@ ;;; System definition -#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem clsql-postgresql-socket :name "cl-sql-postgresql-socket" :author "Kevin M. Rosenberg " @@ -30,6 +27,7 @@ :description "Common Lisp SQL PostgreSQL Socket Driver" :long-description "cl-sql-postgresql-socket package provides a database driver to the PostgreSQL database via a socket interface." + :depends-on (clsql md5 #-:clsql-cffi uffi #+:clsql-cffi cffi-uffi-compat #+sbcl sb-bsd-sockets) :components ((:module :db-postgresql-socket :components @@ -37,5 +35,4 @@ (:file "postgresql-socket-api" :depends-on ("postgresql-socket-package")) (:file "postgresql-socket-sql" - :depends-on ("postgresql-socket-api"))))) - :depends-on (:clsql-base :uffi :md5)) + :depends-on ("postgresql-socket-api"))))))