summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-29 20:58:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-29 20:58:32 +0000
commit77933c739b3f2568579298a634d0c370f45b35a7 (patch)
treeb6d131a8c02a19b79aff502ec8e3910790029565 /editors/vim
parentMove the USE_PERL definitions, and others, before pre.mk inclusion. This (diff)
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=200385
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 1d930e99cf99..069c7f18285c 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -67,6 +67,7 @@ MANLANG= "" ru.KOI8-R ru.UTF-8 pl.ISO8859-2 pl.UTF-8 pl fr.ISO8859-1 \
fr.UTF-8 fr it.ISO8859-1 it.UTF-8 it
WANT_GNOME= yes
+WANT_PERL= yes
.if defined(WITH_PYTHON)
USE_PYTHON= yes