summaryrefslogtreecommitdiff
path: root/editors/vim5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--editors/vim5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index 72f47b386033..127e76c8969d 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -79,7 +79,7 @@ MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp --enable-pythoninterp --enable-tc
.endif
.else # LITE
-PKGNAMESUFFIX= -lite
+PKGNAMESUFFIX?= -lite
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x --enable-multibyte"
MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable-tclinterp"
.endif # LITE