diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-20 00:48:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-20 00:48:19 +0000 |
commit | 7ad264fe481c0d0c65a57601281228f011064dd1 (patch) | |
tree | bc32f9d149663e07aa5b1191907f0a756643f14a | |
parent | fb660b974ec3d54fe107f1da57603ca0b3581746 (diff) | |
download | ports-7ad264fe481c0d0c65a57601281228f011064dd1.tar.gz ports-7ad264fe481c0d0c65a57601281228f011064dd1.zip |
Notes
-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 |