pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xcolorsel xcolorsel doesn't make if XAW_TYPE is se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c501e07872c8
branches:  trunk
changeset: 460544:c501e07872c8
user:      kei <kei%pkgsrc.org@localhost>
date:      Sun Aug 31 16:40:51 2003 +0000

description:
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:

 x11/xcolorsel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 03cc4018c35b -r c501e07872c8 x11/xcolorsel/Makefile
--- a/x11/xcolorsel/Makefile    Sun Aug 31 13:53:32 2003 +0000
+++ b/x11/xcolorsel/Makefile    Sun Aug 31 16:40:51 2003 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index