summaryrefslogtreecommitdiffstats
path: root/source/n/mtr/mtr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/mtr/mtr.SlackBuild')
-rwxr-xr-xsource/n/mtr/mtr.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/n/mtr/mtr.SlackBuild b/source/n/mtr/mtr.SlackBuild
index 4ebea21e1..23a9c707b 100755
--- a/source/n/mtr/mtr.SlackBuild
+++ b/source/n/mtr/mtr.SlackBuild
@@ -72,7 +72,9 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--localstatedir=/var \
--sysconfdir=/etc \
- --enable-gtk2 \
+ --without-gtk \
+ --without-gtk2 \
+ --without-gtk3 \
--build=$ARCH-slackware-linux
make $NUMJOBS || make || exit 1