summaryrefslogtreecommitdiff
path: root/editors/vim6
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 00:19:03 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 00:19:03 +0000
commit10c73a99ffb24041c21e57c0f3bbddef6b10a7b5 (patch)
treecdda55ccb5d82d592d6ba35a0b7cca9b582ba981 /editors/vim6
parentMark BROKEN for CURRENT: (diff)
If you try to build Vim using Lesstif for Motif, the resulting GUI
version is unstable. Due to a minor bug in my Makefile, Vim will build for Motif even if you don't have HAVE_MOTIF defined, but do have Lesstif already installed. Submitted by: obrien
Notes
Notes: svn path=/head/; revision=13973
Diffstat (limited to 'editors/vim6')
-rw-r--r--editors/vim6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 37bfce6365b3..5227c0f76dbb 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.28 1998/09/06 06:19:01 obrien Exp $
+# $Id: Makefile,v 1.29 1998/09/25 10:07:45 asami Exp $
#
DISTNAME= vim-5.3
@@ -38,7 +38,7 @@ MAN1= vim.1 xxd.1 ectags.1
REQUIRES_MOTIF= yes
MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=motif" MOTIFHOME=${X11BASE} ${MAKE_FLAGS}
.else
-MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=yes" ${MAKE_FLAGS}
+MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=athena" ${MAKE_FLAGS}
.endif
.if defined(BATCH)