summaryrefslogtreecommitdiffstats
path: root/office/texmaker/texmaker.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2012-06-25 21:40:14 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-25 21:40:14 -0400
commit2897afc405bda80f770b7b546ac2d20467ce3b6d (patch)
treef864d4a8c0a9363fe7030c175751e5ebae735fec /office/texmaker/texmaker.SlackBuild
parent3af4aa17e447984233a466732d68d72b493985ef (diff)
downloadslackbuilds-2897afc405bda80f770b7b546ac2d20467ce3b6d.tar.gz
slackbuilds-2897afc405bda80f770b7b546ac2d20467ce3b6d.tar.xz
office/texmaker: Updated for version 3.3.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/texmaker/texmaker.SlackBuild')
-rw-r--r--office/texmaker/texmaker.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild
index b6d1068604..580f3c8a46 100644
--- a/office/texmaker/texmaker.SlackBuild
+++ b/office/texmaker/texmaker.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=texmaker
-VERSION=3.0.2
+VERSION=${VERSION:-3.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,7 +51,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-qmake -unix PREFIX=/usr LIBS+="-L/usr/lib${LIBDIRSUFFIX}" -o Makefile $PRGNAM.pro
+qmake PREFIX=/usr LIBS+="-L/usr/lib${LIBDIRSUFFIX}" -o Makefile $PRGNAM.pro
make \
CFLAGS="-pipe $SLKCFLAGS -w -D_REENTRANT \$(DEFINES)" \