summaryrefslogtreecommitdiffstats
path: root/perl/perl-tk/perl-tk.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-tk/perl-tk.SlackBuild')
-rw-r--r--perl/perl-tk/perl-tk.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/perl-tk/perl-tk.SlackBuild b/perl/perl-tk/perl-tk.SlackBuild
index 3dae19f887..a1dcd12960 100644
--- a/perl/perl-tk/perl-tk.SlackBuild
+++ b/perl/perl-tk/perl-tk.SlackBuild
@@ -5,7 +5,7 @@
# Written by Pablo Santamaria (pablosantamaria@gmail.com)
PRGNAM=perl-tk
-VERSION=${VERSION:-804.031}
+VERSION=${VERSION:-804.033}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,7 +52,7 @@ find -L . \
-exec chmod 644 {} \;
# Apply a few patches
-patch -p1 < $CWD/patches/$PRGNAM-$VERSION.diff
+patch -p0 < $CWD/patches/perl_bin_path.diff
# XFT=1 (font manager) support, which gives perl-tk programs the ability to
# use all fonts accessible from XFT and antialiasing.