diff options
Diffstat (limited to 'editors/vim')
-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 6b844db14bc1..6d4167c6aff6 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -35,6 +35,7 @@ SLAVEDIRS= editors/vim-lite .if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) .include "${.CURDIR}/../vim/options" +.include <bsd.port.options.mk> .endif CONFLICTS= vim6* vim*-lite vim*-gnome |