summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-11-14 16:48:25 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-11-14 16:48:25 +0000
commit4ac42913789e7216965b2871a45aa2289d48cb52 (patch)
treefefcae4406ed481586162bb77364f1959a5830d8 /editors/vim
parentNote conflicts with vim6 (and vim-lite). (diff)
Fix building vim-lite with "WITH_VIM_OPTIONS=yes".
PR: ports/117982 Submitted by: cokane Approved by: portmgr(pav)
Notes
Notes: svn path=/head/; revision=202708
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
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