From 4462564a92b950306d1a58331708810bc78bf8ba Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 5 Jul 2007 22:48:08 +0000 Subject: [PATCH] fix test here too, from martynas@ --- x11/gnome/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/gnome/Makefile.inc b/x11/gnome/Makefile.inc index bed8379b24d..b8585614573 100644 --- a/x11/gnome/Makefile.inc +++ b/x11/gnome/Makefile.inc @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.3 2007/05/31 12:49:08 jasper Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2007/07/05 22:48:08 jasper Exp $ DIST_SUBDIR= gnome HOMEPAGE?= http://www.gnome.org/ -.if !defined(NO_BUILD) +.if ${NO_BUILD:L} == "no" CONFIGURE_STYLE?= gnu .endif