diff options
-rw-r--r-- | editors/vim5/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 890ce8f4ac7c..978293942802 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -30,10 +30,8 @@ Y2K= http://www.vim.org/y2k.html SLAVEDIRS= editors/vim-lite .if defined(PACKAGE_BUILDING) && !defined(LITE) -BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ - python:${PORTSDIR}/lang/python +BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 -RUN_DEPENDS= python:${PORTSDIR}/lang/python USE_PERL5= yes .endif |