From 4ac42913789e7216965b2871a45aa2289d48cb52 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 14 Nov 2007 16:48:25 +0000 Subject: Fix building vim-lite with "WITH_VIM_OPTIONS=yes". PR: ports/117982 Submitted by: cokane Approved by: portmgr(pav) --- editors/vim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/vim') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 946accb98ca6..977d4aaced9f 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -30,7 +30,7 @@ COMMENT?= Vi "workalike", with many additional features SLAVEDIRS= editors/vim-lite .if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) -.include "${.CURDIR}/options" +.include "${.CURDIR}/../vim/options" .endif CONFLICTS= vim6* vim*-lite -- cgit v1.2.3