summaryrefslogtreecommitdiff
path: root/x11/xcolorsel
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2003-08-31 16:40:51 +0000
committerkei <kei@pkgsrc.org>2003-08-31 16:40:51 +0000
commitd893a9a3ff5a0c6a53c7d50767284c92621f72d4 (patch)
tree756be71f6f91f8979ae76b3b93a17bc2df8ed2c5 /x11/xcolorsel
parent5c70d254b50aa7acfa8e6ad40ef2b5f8c362f04e (diff)
downloadpkgsrc-d893a9a3ff5a0c6a53c7d50767284c92621f72d4.tar.gz
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'.
Diffstat (limited to 'x11/xcolorsel')
-rw-r--r--x11/xcolorsel/Makefile4
1 files 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