diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-02 20:40:59 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-02 20:40:59 +0800 |
commit | 53a79a1d9cd72999b6d3b1d35c8545b505f39e58 (patch) | |
tree | 1527b1986899892f66f8f224b4b55ad31cbad273 /editors/vim5 | |
parent | 67064b45debdd4e62d08498e3e86b6457913cdaf (diff) | |
download | freebsd-ports-graphics-53a79a1d9cd72999b6d3b1d35c8545b505f39e58.tar.gz freebsd-ports-graphics-53a79a1d9cd72999b6d3b1d35c8545b505f39e58.tar.zst freebsd-ports-graphics-53a79a1d9cd72999b6d3b1d35c8545b505f39e58.zip |
excape the chars properly
Diffstat (limited to 'editors/vim5')
-rw-r--r-- | editors/vim5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 511241ded89..5a201d81935 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -4,7 +4,7 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.31 1998/12/02 09:15:14 obrien Exp $ +# $Id: Makefile,v 1.32 1998/12/02 12:32:25 obrien Exp $ # DISTNAME= vim-5.3 @@ -36,7 +36,7 @@ MAN1= vim.1 xxd.1 ectags.1 .if defined(HAVE_MOTIF) REQUIRES_MOTIF= yes -MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=${MOTIFLIB}" MOTIFHOME=${X11BASE} ${MAKE_FLAGS} +MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\"" MOTIFHOME=${X11BASE} ${MAKE_FLAGS} .else MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=athena" ${MAKE_FLAGS} .endif |