diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-29 20:58:32 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-29 20:58:32 +0000 |
commit | 5413202c3a5d500f6f684f44c41cd8042fe8cb04 (patch) | |
tree | 9407adfd171b78210d9a7dc19ac24e3239ca3142 /editors/vim | |
parent | fdbc744a7fc199c99b23126afbc734c6c83245b2 (diff) | |
download | FreeBSD-ports-5413202c3a5d500f6f684f44c41cd8042fe8cb04.zip FreeBSD-ports-5413202c3a5d500f6f684f44c41cd8042fe8cb04.tar.gz |
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 1d930e9..069c7f1 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 |