From d537ac1c5bd4ac2ac5b63cef4b5a3bfc87aa1c19 Mon Sep 17 00:00:00 2001 From: Gary King Date: Mon, 5 Feb 2007 09:49:29 -0500 Subject: [PATCH] Using keywords for system dependencies darcs-hash:20070205144929-3cc5d-496845b83d7b0d00f87530e9c31c07612ab0208f.gz --- cl-graph.asd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cl-graph.asd b/cl-graph.asd index 6ef0b94..1c5e0f1 100644 --- a/cl-graph.asd +++ b/cl-graph.asd @@ -55,12 +55,12 @@ instructions.")) (describe (funcall (intern (symbol-name '#:run-tests) :lift) :suite '#:cl-graph-test))) - :depends-on (metatilities - cl-containers - metabang-bind - cl-mathstats + :depends-on (:metatilities + :cl-containers + :metabang-bind + :cl-mathstats ;; makes ASDF-Install get this automatically - asdf-system-connections + :asdf-system-connections )) (defmethod operation-done-p -- 1.7.10.4