From 184e8ef9e4f9ce809d942b2355912f199e9d03aa Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 6 Dec 2001 00:05:34 +0000 Subject: Fix a minor quoting bug triggered by: (cd /usr/ports/editors/vim ; make -DNO_GUI ) Submitted by: yjchou@linux.cis.nctu.edu.tw --- editors/vim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 099ba838ce25..ed4462088fe7 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -84,7 +84,7 @@ USE_MOTIF= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\"" MOTIFHOME=${X11BASE} ${I18N} .endif .else # WITHOUT_X11 -MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x ${I18N}" +MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x" ${I18N} .endif # WITHOUT_X11 .if defined(PACKAGE_BUILDING) -- cgit