summaryrefslogtreecommitdiff
path: root/l-system.asd
diff options
context:
space:
mode:
Diffstat (limited to 'l-system.asd')
-rw-r--r--l-system.asd4
1 files changed, 1 insertions, 3 deletions
diff --git a/l-system.asd b/l-system.asd
index 335fd9e..ac0ecfc 100644
--- a/l-system.asd
+++ b/l-system.asd
@@ -6,8 +6,6 @@
:license "GPLv3+"
:pathname "src"
:serial t
- :depends-on (:sb-cga
- :iterate)
+ :depends-on (:iterate)
:components ((:file "package")
(:file "l-system")))
-