summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2010-10-21 00:23:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2010-10-21 00:23:31 +0000
commit10c96e86c68d05ab01523c33e7479f99fe881906 (patch)
treea155990c2a0274877330a7fcab912c8a6c7158f9 /editors/vim
parentRename infix.cl to infix.lisp to unbreak the build with lang/sbcl. (diff)
Allow one to use WITHOUT_GUI as a synonym for WITHOUT_X11.
PR: 151468 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Notes
Notes: svn path=/head/; revision=263368
Diffstat (limited to 'editors/vim')
-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