summaryrefslogtreecommitdiffstats
path: root/academic/mathomatic/mathomatic.SlackBuild
diff options
context:
space:
mode:
author Matthew Fillpot <mfilpot@gmail.com>2012-03-29 23:27:04 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-03-29 23:27:04 -0400
commit996b93df623c097b7cce0dbb321a32b8a0ec0101 (patch)
tree80bc31d18b10b8e393d73c02ccafde9d451a894a /academic/mathomatic/mathomatic.SlackBuild
parentbd5f02f4c7663d473ffda483a4e1e267b8b1f396 (diff)
downloadslackbuilds-996b93df623c097b7cce0dbb321a32b8a0ec0101.tar.gz
slackbuilds-996b93df623c097b7cce0dbb321a32b8a0ec0101.tar.xz
academic/mathomatic: Updated for version 15.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/mathomatic/mathomatic.SlackBuild')
-rw-r--r--academic/mathomatic/mathomatic.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/academic/mathomatic/mathomatic.SlackBuild b/academic/mathomatic/mathomatic.SlackBuild
index ff326e149f..271d6a7c5f 100644
--- a/academic/mathomatic/mathomatic.SlackBuild
+++ b/academic/mathomatic/mathomatic.SlackBuild
@@ -25,7 +25,7 @@
# Originally written by Dylan Armitage <d.armitage89@gmail.com>
PRGNAM=mathomatic
-VERSION=${VERSION:-15.6.4}
+VERSION=${VERSION:-15.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,6 +72,7 @@ find . \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
+LDLIBS=-lncurses \
make READLINE=1
# We do want to make sure it works. This is math, afterall.