From bb01b732745d1478aaef9828cb19e4c89d4f3ea6 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 14 Oct 2002 18:51:38 +0000 Subject: [PATCH] r3021: *** empty log message *** --- debian/control | 2 +- umlisp.asd | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index b41294c..4953f0b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.7.0 Package: cl-umlisp Architecture: all -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-backend Description: Common Lisp interface for the Unified Medical Language System The Unified Medical Language System is a multi-gigabyte database of medical terminology. This a interface for Common Lisp programs that utilizes diff --git a/umlisp.asd b/umlisp.asd index ee78240..bb07a52 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: umlisp.asd,v 1.6 2002/10/14 09:25:20 kevin Exp $ +;;;; $Id: umlisp.asd,v 1.7 2002/10/14 18:51:38 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -18,7 +18,7 @@ (in-package :asdf) -#+(or allegro lispworks cmu sbcl) +#+(or allegro lispworks cmu sbcl openmcl) (defsystem :umlisp :perform (load-op :after (op umlisp) (pushnew :umlisp cl:*features*)) @@ -39,7 +39,7 @@ :clsql :kmrcl)) -#+(or allegro lispworks cmu sbcl) +#+(or allegro lispworks cmu sbcl openmcl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :umlisp)))) (pushnew :umlisp cl:*features*))) -- 2.34.1