aboutsummaryrefslogtreecommitdiff
path: root/system/mlterm/mlterm.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-07 15:33:10 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-07 22:09:57 +0700
commita323119a24607bebea765d13dc708454870863bb (patch)
tree68b188d90180af10040fcbe98ace59a4535801e9 /system/mlterm/mlterm.SlackBuild
parentc217967c8a4e202a7b93f6c1c22cba56ff08e711 (diff)
system/mlterm: Updated for version 3.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/mlterm/mlterm.SlackBuild')
-rw-r--r--system/mlterm/mlterm.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/mlterm/mlterm.SlackBuild b/system/mlterm/mlterm.SlackBuild
index 9069aa4454806..5cf41d2ecb1e7 100644
--- a/system/mlterm/mlterm.SlackBuild
+++ b/system/mlterm/mlterm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mlterm
-# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mlterm
-VERSION=${VERSION:-3.4.5}
+VERSION=${VERSION:-3.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,8 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
- --with-x \
+ --with-gui=xlib \
+ --with-scrollbars \
--build=$ARCH-slackware-linux
make