aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 04:58:32 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 04:58:32 +0800
commit5413202c3a5d500f6f684f44c41cd8042fe8cb04 (patch)
tree9407adfd171b78210d9a7dc19ac24e3239ca3142 /editors
parentfdbc744a7fc199c99b23126afbc734c6c83245b2 (diff)
downloadfreebsd-ports-gnome-5413202c3a5d500f6f684f44c41cd8042fe8cb04.tar.gz
freebsd-ports-gnome-5413202c3a5d500f6f684f44c41cd8042fe8cb04.tar.zst
freebsd-ports-gnome-5413202c3a5d500f6f684f44c41cd8042fe8cb04.zip
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile1
-rw-r--r--editors/vim6/Makefile1
2 files changed, 2 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
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 4b77e5f57e84..57eb2da08cf2 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -54,6 +54,7 @@ MLINKS+= vim.1 gvim.1 vim.1 gview.1 vimdiff.1 gvimdiff.1 \
.endif
WANT_GNOME= yes
+WANT_PERL= yes
.if defined(WITH_PYTHON)
USE_PYTHON= yes