aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2010-10-21 08:23:31 +0800
committerobrien <obrien@FreeBSD.org>2010-10-21 08:23:31 +0800
commit275e0ba6a4328dbdbac29c26871d31e5930d108e (patch)
tree354a478766f235dd0c90cbae9c099b5ae0da3fd8 /editors
parent5a36c32bb3014462b7f77863f170b388efe7bb1f (diff)
downloadfreebsd-ports-gnome-275e0ba6a4328dbdbac29c26871d31e5930d108e.tar.gz
freebsd-ports-gnome-275e0ba6a4328dbdbac29c26871d31e5930d108e.tar.zst
freebsd-ports-gnome-275e0ba6a4328dbdbac29c26871d31e5930d108e.zip
Allow one to use WITHOUT_GUI as a synonym for WITHOUT_X11.
PR: 151468 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index f5f1bdc606c8..9c1b90030e16 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -106,7 +106,7 @@ MAKE_ARGS+= CONF_OPT_FEAT="--with-features=big"
I18N= CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim"
USE_GETTEXT= yes
-.if defined(NO_GUI)
+.if defined(NO_GUI) || defined(WITHOUT_GUI)
WITHOUT_X11= yes
.endif