aboutsummaryrefslogtreecommitdiff
path: root/network/mailman/mailman.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-06-15 08:58:40 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-16 19:00:05 +0700
commit1665493e0cac59f6a19c4eb4c657b07bc6140c22 (patch)
tree5a87ebfcba59d21a9185d75e01b99127bb60bb2b /network/mailman/mailman.SlackBuild
parentf59f9df8e89c7b59602af2b66f3ba3d8212f8939 (diff)
network/mailman: Switched to Python3. New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mailman/mailman.SlackBuild')
-rw-r--r--network/mailman/mailman.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/mailman/mailman.SlackBuild b/network/mailman/mailman.SlackBuild
index 1b6ebb50df2cc..34fc2c0675508 100644
--- a/network/mailman/mailman.SlackBuild
+++ b/network/mailman/mailman.SlackBuild
@@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mailman
VERSION=${VERSION:-2.1.39}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -98,6 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux \
--with-mail-gid=$MAIL_GID \
--with-cgi-gid=$CGI_GID \
+ --with-python=/usr/bin/python3 \
--without-permcheck # Don't bomb out if dirs are missing in /
make