diff options
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 |
commit | 996b93df623c097b7cce0dbb321a32b8a0ec0101 (patch) | |
tree | 80bc31d18b10b8e393d73c02ccafde9d451a894a /academic/mathomatic/mathomatic.SlackBuild | |
parent | bd5f02f4c7663d473ffda483a4e1e267b8b1f396 (diff) |
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.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/academic/mathomatic/mathomatic.SlackBuild b/academic/mathomatic/mathomatic.SlackBuild index ff326e149f8c..271d6a7c5f86 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. |