diff options
author | Andrey Maraev <andrew.maraev60@yandex.ru> | 2013-07-05 16:07:53 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-07 09:11:43 -0300 |
commit | eeb5f7926820bd08c8fcd4c7716759b7133c3fe7 (patch) | |
tree | a2adfc1878cf594f2d5fb2e952de9563229adca7 /system/worker/worker.SlackBuild | |
parent | a9a2f3683a6b007dd29c9780497f23877b13668a (diff) | |
download | slackbuilds-eeb5f7926820bd08c8fcd4c7716759b7133c3fe7.tar.gz |
system/worker: Updated for version 3.0.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/worker/worker.SlackBuild')
-rw-r--r-- | system/worker/worker.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/worker/worker.SlackBuild b/system/worker/worker.SlackBuild index 92708fbd9d..b0ed1269d1 100644 --- a/system/worker/worker.SlackBuild +++ b/system/worker/worker.SlackBuild @@ -26,7 +26,7 @@ # Modified by Andrey Maraev <andrew.maraev60@yandex.ru> PRGNAM=worker -VERSION=${VERSION:-2.19.5} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,7 +81,6 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --enable-xft \ --build=$ARCH-slackware-linux make |