From e16273572950efed05fac81d52fea6afe99c048b Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 22 Jun 2000 15:17:47 +0000 Subject: [PATCH] light -> no_x11 Something needs fixing in bsd.port.subdir.mk Passing FLAVOR= on the command line means it's pretty much hard-coded, should probably be passed in the environment instead... --- editors/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/Makefile b/editors/Makefile index 33916f1c45c..29a21609b3a 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2000/04/22 13:03:59 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2000/06/22 15:17:47 espie Exp $ # $FreeBSD: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp $ # @@ -28,7 +28,7 @@ # SUBDIR += uzap # SUBDIR += vile SUBDIR += vim - SUBDIR += vim:light + SUBDIR += vim:no_x11 SUBDIR += wordperfect # SUBDIR += xcoral # SUBDIR += xed