diff options
author | obrien <obrien@FreeBSD.org> | 2000-07-20 08:48:19 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-07-20 08:48:19 +0800 |
commit | adae5143f5adce48b40282731eb4e23103a1bb60 (patch) | |
tree | 3fd3218df55e65b0378563d8a8c2aa0741a6bfc5 /editors | |
parent | 675da206b379c741b583954ffeab68e3c09462f3 (diff) | |
download | freebsd-ports-gnome-adae5143f5adce48b40282731eb4e23103a1bb60.tar.gz freebsd-ports-gnome-adae5143f5adce48b40282731eb4e23103a1bb60.tar.zst freebsd-ports-gnome-adae5143f5adce48b40282731eb4e23103a1bb60.zip |
Re-apply rev 1.38 (remove building with Python (I have NO idea how I
accidetnly readded Python) until I can make Vim link properly with -ptheads)
Diffstat (limited to 'editors')
-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 |