mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
excape the chars properly
This commit is contained in:
parent
6c77cbdccd
commit
1cc88d8dcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15067
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user