X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql-socket3.asd;fp=clsql-postgresql-socket3.asd;h=cd6a6d84685913dd9142f60773af7d410fc098e0;hp=4f4bd2544a0c604fd506432dfd5fdd1d3bffa787;hb=f6fc182782975f91274c2645fff593488ed4a9d3;hpb=2957beac4e7ec04dd4420e4d1f9e300fee496508 diff --git a/clsql-postgresql-socket3.asd b/clsql-postgresql-socket3.asd index 4f4bd25..cd6a6d8 100644 --- a/clsql-postgresql-socket3.asd +++ b/clsql-postgresql-socket3.asd @@ -29,10 +29,13 @@ :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 :cl-postgres #+sbcl sb-bsd-sockets) + :depends-on (clsql + md5 + :cl-postgres + (:feature sbcl sb-bsd-sockets)) :components ((:module :db-postgresql-socket3 :serial T :components ((:file "package") - (:file "api") - (:file "sql"))))) + (:file "api") + (:file "sql")))))