diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2011-06-20 17:38:00 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2011-06-20 17:38:00 +0000 |
commit | c1613c34fb0c0dde9928c1d3401e184c2296d497 (patch) | |
tree | 70ee73637f2e53a8a6e312cff8268cdf305d742c /editors/vim | |
parent | cf9c1b5fffff3f0c89cf813362077c10a26e99c2 (diff) | |
download | ports-c1613c34fb0c0dde9928c1d3401e184c2296d497.tar.gz ports-c1613c34fb0c0dde9928c1d3401e184c2296d497.zip |
Notes
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 |