changed how where clauses are output to ensure that we do not output a "where"
[clsql.git] / clsql-postgresql-socket.asd
index 3862a3a2b46ac5841f465808d669ba25b69c87ca..cb1194907a5bba0c9b958c5fd45c5e26f2db758a 100644 (file)
@@ -21,7 +21,6 @@
 
 ;;; System definition
 
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)
 (defsystem clsql-postgresql-socket
   :name "cl-sql-postgresql-socket"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
@@ -30,7 +29,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 uffi md5 #+sbcl sb-bsd-sockets)
+  :depends-on (clsql cffi-uffi-compat md5 #+sbcl sb-bsd-sockets)
   :components
   ((:module :db-postgresql-socket
            :components