Index: mcclim.asd =================================================================== RCS file: /project/mcclim/cvsroot/mcclim/mcclim.asd,v retrieving revision 1.9 diff -u -r1.9 mcclim.asd --- mcclim.asd 15 Mar 2006 15:38:39 -0000 1.9 +++ mcclim.asd 19 Mar 2006 14:11:00 -0000 @@ -187,7 +187,7 @@ (:file "standard-metrics" :depends-on ("font" "package")))))) (defsystem :clim - :depends-on (:clim-core :goatee-core :clim-postscript) + :depends-on (:clim-core :goatee-core) :components ((:file "text-formatting") (:file "input-editing") @@ -286,7 +286,7 @@ ;;; A system that loads the appropriate backend for the current ;;; platform. (defsystem :clim-looks - :depends-on (:clim + :depends-on (:clim :clim-postscript ;; If we're on an implementation that ships CLX, use ;; it. Same if the user has loaded CLX already. #+(or sbcl openmcl ecl clx allegro) :clim-clx