diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 19:45:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 19:45:48 +0000 |
commit | 090978a73960e69e0e0fb5f05992a7ec97dc4db9 (patch) | |
tree | a48eae0b84656d82365e3a509dc9d106917d97bd /editors/vim/Makefile | |
parent | 7c7f73ded5034bce7e102769d5c1287696a2f689 (diff) |
Notes
Diffstat (limited to 'editors/vim/Makefile')
-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 65f6ea60880e..962cf2b233aa 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -26,6 +26,7 @@ PATCHFILES+= 5.6.0${p} MAINTAINER= obrien@FreeBSD.org Y2K= http://www.vim.org/y2k.html +SLAVEDIRS= editors/vim-lite .if defined(PACKAGE_BUILDING) && !defined(LITE) BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ |