Author: hhubner Date: 2006-10-22 13:00:41 -0400 (Sun, 22 Oct 2006) New Revision: 2029
Modified: branches/xml-class-rework/projects/bos/m2/bos.m2.asd Log: Use iconv package
Modified: branches/xml-class-rework/projects/bos/m2/bos.m2.asd =================================================================== --- branches/xml-class-rework/projects/bos/m2/bos.m2.asd 2006-10-22 16:50:56 UTC (rev 2028) +++ branches/xml-class-rework/projects/bos/m2/bos.m2.asd 2006-10-22 17:00:41 UTC (rev 2029) @@ -1,7 +1,7 @@ (in-package :cl-user)
(asdf:defsystem :bos.m2 - :depends-on (:bknr :bknr-modules :net.post-office :cl-mime) + :depends-on (:bknr :bknr-modules :net.post-office :cl-mime :iconv) :components ((:file "packages") (:file "config" :depends-on ("packages")) (:file "utils" :depends-on ("config"))