diff options
author | obrien <obrien@FreeBSD.org> | 2007-11-14 16:48:25 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-11-14 16:48:25 +0000 |
commit | 6b223e11b5b537f73bea05d3bc4d6018da6e69e2 (patch) | |
tree | 1f43a79b4e78e2e8f60be4590bf989c5a674beb6 | |
parent | 738c41e637f185eab0f314a697d30064bc2a2b42 (diff) | |
download | FreeBSD-ports-6b223e11b5b537f73bea05d3bc4d6018da6e69e2.zip FreeBSD-ports-6b223e11b5b537f73bea05d3bc4d6018da6e69e2.tar.gz |
Fix building vim-lite with "WITH_VIM_OPTIONS=yes".
PR: ports/117982
Submitted by: cokane
Approved by: portmgr(pav)
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 946accb..977d4aa 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 |