X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=wol.asd;h=e75c959be37f886f8b47513f54ca95e836e42db8;hp=21f671ee7344147ef9745dc2faf27b774f88ef17;hb=HEAD;hpb=ca586910648f4844e335d92f23e619fd2b84f969 diff --git a/wol.asd b/wol.asd index 21f671e..e75c959 100644 --- a/wol.asd +++ b/wol.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: wol.asd,v 1.8 2003/08/10 17:56:44 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file and Wol are Copyright (c) 2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -21,13 +21,13 @@ #+allegro (require :phtml) #+allegro (require :pxml) #+allegro (require :sock) -#+(and allegro unix) (require :ipc) +#+(and allegro-v6.2 unix) (require :ipc) (defpackage #:wol-system (:use #:cl #:asdf)) (in-package #:wol-system) (defsystem wol - :depends-on (:kmrcl :modlisp :lml2 :hyperobject :base64 :puri + :depends-on (kmrcl modlisp lml2 hyperobject cl-base64 puri #-allegro :acl-compat) :components ((:file "package")