aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-20 22:44:42 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-20 22:44:42 +0800
commitea6401a47bb27d207a2c6ef6a48cea62daa63465 (patch)
tree871ee9a4994f6b1bac706b271a2576d24f80c718 /editors
parentf72c5abd7daa60a44d511e75fdb72d350d352f1f (diff)
downloadfreebsd-ports-gnome-ea6401a47bb27d207a2c6ef6a48cea62daa63465.tar.gz
freebsd-ports-gnome-ea6401a47bb27d207a2c6ef6a48cea62daa63465.tar.zst
freebsd-ports-gnome-ea6401a47bb27d207a2c6ef6a48cea62daa63465.zip
- Check for "old" option setting and inform users before build
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index a2a11fc74faf..b8a81428e630 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -109,6 +109,10 @@ X11_MAKE_ARGS= CONF_OPT_GUI="--enable-gui=no --with-x" X_LIBS="$(X_LIBS) -lX11
.include <bsd.port.options.mk>
+.if !${PORT_OPTIONS:MATHENA} && !${PORT_OPTIONS:MCONSOLE} && !${PORT_OPTIONS:MGNOME} && !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MMOTIF} && !${PORT_OPTIONS:MX11}
+IGNORE= this port has new UI option (CONSOLE) for users who do not need GUI support. Please run "make config" to modify your setting
+.endif
+
.if ${PORT_OPTIONS:MCONSOLE}
PLIST_SUB+= GUI="@comment "
.else