summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-06-28 01:40:03 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-06-28 01:41:11 +0400
commitf8d2e3cb74f472ed2223b4fc9090e92d48f27ee4 (patch)
tree496210f874c08b9a8dc4f5355c8531f558372ee2 /debian/control
parent7aca7e847871e0d6f396bc3edf6452e111d762f5 (diff)
downloadopen-axiom-debian-f8d2e3cb74f472ed2223b4fc9090e92d48f27ee4.tar.gz
Use Clisp if SBCL is not available
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 9bd3bee..85b035a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
debhelper ( >= 8 ),
- sbcl ( >= 1:1.0.30 ),
+ sbcl ( >= 1:1.0.30 ) [i386 amd64 kfreebsd-amd64],
+ clisp ( >= 1:2.44 ) [!i386 !amd64 !kfreebsd-amd64],
libxpm-dev,
libxt-dev,
g++ (>= 4.7),