diff options
author | kei <kei@pkgsrc.org> | 2003-08-31 16:40:51 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2003-08-31 16:40:51 +0000 |
commit | 5d305feb7293dff7f59c2413c785de41c4071a52 (patch) | |
tree | 756be71f6f91f8979ae76b3b93a17bc2df8ed2c5 | |
parent | d4eadb860c71ea8ae85acf1c5ad3ef8a12d6b79b (diff) | |
download | pkgsrc-5d305feb7293dff7f59c2413c785de41c4071a52.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'.
-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 |