diff options
author | kei <kei> | 2003-08-31 16:40:51 +0000 |
---|---|---|
committer | kei <kei> | 2003-08-31 16:40:51 +0000 |
commit | 089c34df5a6bfa6ae343ed16b77de5399729a4bf (patch) | |
tree | 756be71f6f91f8979ae76b3b93a17bc2df8ed2c5 /x11/xcolorsel | |
parent | ef71a48a03a15945efaafcdb3e31219fc491e616 (diff) | |
download | pkgsrc-089c34df5a6bfa6ae343ed16b77de5399729a4bf.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/Makefile | 4 |
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 |