Missing USE_MOTIF (no lesstif dependency)

Activate light flavor
This commit is contained in:
espie 2000-04-10 18:33:52 +00:00
parent 2cb07b50e6
commit b08c73fbc7
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2000/04/09 20:34:02 turan Exp $
# $OpenBSD: Makefile,v 1.16 2000/04/10 18:33:52 espie Exp $
# $FreeBSD: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp $
#
@ -26,6 +26,7 @@
# SUBDIR += uzap
# SUBDIR += vile
SUBDIR += vim
SUBDIR += vim:light
SUBDIR += wordperfect
# SUBDIR += xcoral
# SUBDIR += xed

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2000/04/10 16:39:14 jasoni Exp $
# $OpenBSD: Makefile,v 1.26 2000/04/10 18:33:53 espie Exp $
DISTNAME= vim-5.6
CATEGORIES= editors
@ -52,6 +52,7 @@ CONFIGURE_ARGS+=--disable-gui --without-x
.elif ${FLAVOR:L:Mmotif}
CONFIGURE_ARGS+=--enable-gui="motif"
CONFIGURE_ENV+= MOTIFHOME=${X11BASE}
USE_MOTIF=Yes
.elif ${FLAVOR:L:Mathena}
CONFIGURE_ARGS+=--enable-gui="athena"
.elif ${FLAVOR:L:Mgtk}