diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-06-01 10:32:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:54:49 +0700 |
commit | 1ac282afdf04102e3f12015f164b29c5997fca1c (patch) | |
tree | 6ec36089ed46a6d4bc35538a514b8d14c40da794 /network/sylpheed/sylpheed.SlackBuild | |
parent | 7688f805077f17b2002dd49d88a9edf31f302f95 (diff) |
network/sylpheed: Updated for version 3.5.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/sylpheed/sylpheed.SlackBuild')
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/sylpheed/sylpheed.SlackBuild b/network/sylpheed/sylpheed.SlackBuild index eaaffcd4893a..bffe3ee40ea1 100644 --- a/network/sylpheed/sylpheed.SlackBuild +++ b/network/sylpheed/sylpheed.SlackBuild @@ -26,7 +26,7 @@ # Modified by the SlackBuilds.org project PRGNAM=sylpheed -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,6 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-gpgme \ + --enable-ldap \ --build=$ARCH-slackware-linux \ --host=$ARCH-slackware-linux |