From 86aa545775d7822420302b0720ebb7be38de89b9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 7 Apr 2013 03:23:19 +0200 Subject: Remove McCLIM as dependency and properly require The McCLIM dependency will come back, but for v0.1.* it is not a requirement. Also properly require `cl-sqlite' by adding it in the `asdf:defsystem' call. --- lisp/package.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/package.lisp') diff --git a/lisp/package.lisp b/lisp/package.lisp index 42acf7f..0da0070 100644 --- a/lisp/package.lisp +++ b/lisp/package.lisp @@ -18,5 +18,5 @@ ;;; Code: (defpackage :org.ryuslash.clark - (:use :clim :clim-lisp :sqlite) + (:use :cl :sqlite) (:export :clark)) -- cgit v1.2.3-54-g00ecf