X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostoffice.asd;h=438c679723c11e539f82a5b62ab63532e331f773;hb=d6b50b4735dae3ddf8c271f60c4f78f8b5775624;hp=87b60a7821f76fefd666be62e822b75ed2a94947;hpb=81acb4be0ab6aee57b87b724817729cd6394bc52;p=postoffice.git diff --git a/debian/postoffice.asd b/debian/postoffice.asd index 87b60a7..438c679 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.4 2002/11/08 16:51:40 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" @@ -36,8 +37,3 @@ (:file "imap" :depends-on ("package"))) #-allegro :depends-on #-allegro (:acl-compat) ) - -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :postoffice)))) - (pushnew :postoffice cl:*features*))) -