summaryrefslogtreecommitdiffstats
path: root/source/ap/vim/vim.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/vim/vim.SlackBuild')
-rwxr-xr-xsource/ap/vim/vim.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/ap/vim/vim.SlackBuild b/source/ap/vim/vim.SlackBuild
index 437ab495e..1ecadaa43 100755
--- a/source/ap/vim/vim.SlackBuild
+++ b/source/ap/vim/vim.SlackBuild
@@ -27,10 +27,8 @@ VIMBRANCH=8.2
CTAGSVER=5.8
BUILD=${BUILD:-1}
-# The possible settings for this are yes/no/dynamic. We've been using dynamic,
-# but that's not currently compiling against perl-5.34.0. So we'll use "yes"
-# until "dynamic" works again, which probably won't take long.
-PERLINTERP=${PERLINTERP:-yes}
+# The possible settings for this are yes/no/dynamic.
+PERLINTERP=${PERLINTERP:-dynamic}
if [ -r vim-${VIMBRANCH}*.tar.?z ]; then # if there's a source archive already, use the version number from it:
VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)