Avoid requiring asdf-driver on asdf3. master
authorFrancois-Rene Rideau <tunes@google.com>
Sun, 3 Mar 2013 17:58:07 +0000 (12:58 -0500)
committerFrancois-Rene Rideau <tunes@google.com>
Sun, 3 Mar 2013 17:58:07 +0000 (12:58 -0500)
command-line-arguments.asd

index 8807cf5..0f86eba 100644 (file)
@@ -9,13 +9,13 @@
 ;;;                                                                  ;;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(asdf:defsystem :command-line-arguments
+(defsystem :command-line-arguments
   :author ("Francois-Rene Rideau")
   :maintainer "Francois-Rene Rideau"
   :licence "MIT"
   :description "small library to deal with command-line arguments"
   :long-description "A library to abstract away the parsing of Unix-style command-line arguments"
-  :depends-on (:asdf-driver)
+  :depends-on (#-asdf3 :asdf-driver)
   :components
   ((:file "pkgdcl")
    (:file "argv" :depends-on ("pkgdcl"))