From d893a9a3ff5a0c6a53c7d50767284c92621f72d4 Mon Sep 17 00:00:00 2001 From: kei Date: Sun, 31 Aug 2003 16:40:51 +0000 Subject: xcolorsel doesn't make if XAW_TYPE is set to `neXtaw' in mk.conf, so set it to `3d' instead in this case as well as `standard'. --- x11/xcolorsel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile index 04071125ff8..e927b108d73 100644 --- a/x11/xcolorsel/Makefile +++ b/x11/xcolorsel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:56:52 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/08/31 16:40:51 kei Exp $ # DISTNAME= xcolorsel-1.1a-src @@ -18,7 +18,7 @@ XAW_TYPE?= 3d .include "../../mk/bsd.prefs.mk" # We need at least Xaw3d to compile this package. -.if (${XAW_TYPE} == standard) +.if (${XAW_TYPE} == standard || ${XAW_TYPE} == neXtaw) XAW_TYPE= 3d .endif -- cgit v1.2.3