diff options
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index ed74d0b3a382..e79efbd3c328 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -30,6 +30,8 @@ PATCHFILES:= ${PATCHFILES:N6.1.${p}} MAINTAINER?= obrien@FreeBSD.org +BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 + SLAVEDIRS= editors/vim-lite .if defined(PACKAGE_BUILDING) && !defined(LITE) |