X-Git-Url: http://git.kpe.io/?p=postoffice.git;a=blobdiff_plain;f=debian%2Fpostoffice.asd;fp=debian%2Fpostoffice.asd;h=de3614663676914aa2030d1d6d02629c4596b4f1;hp=87b60a7821f76fefd666be62e822b75ed2a94947;hb=922eb9604ed32d3412e71cb41530dfa8a0216ef0;hpb=7c64c46ac800ace1998a50736e6e4e2f01e07678 diff --git a/debian/postoffice.asd b/debian/postoffice.asd index 87b60a7..de36146 100644 --- a/debian/postoffice.asd +++ b/debian/postoffice.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: postoffice.asd,v 1.2 2002/10/09 23:28:41 kevin Exp $ +;;;; $Id: postoffice.asd,v 1.3 2002/10/16 02:10:56 kevin Exp $ ;;;; ;;;; This file, part of cl-postoffice, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -18,6 +18,7 @@ (in-package :asdf) +#+(or allegro lispworks cmu openmcl) (defsystem :postoffice :name "cl-postoffice" :author "Franz, Inc" @@ -37,6 +38,7 @@ #-allegro :depends-on #-allegro (:acl-compat) ) +#+(or allegro lispworks cmu openmcl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :postoffice)))) (pushnew :postoffice cl:*features*)))