summaryrefslogtreecommitdiff
path: root/system/mlterm/mlterm.SlackBuild
diff options
context:
space:
mode:
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 9069aa4454..5cf41d2ecb 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