pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xcolorsel Package only supports Xaw3d, so use its ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a4822e24579
branches:  trunk
changeset: 495110:3a4822e24579
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 02 19:33:47 2005 +0000

description:
Package only supports Xaw3d, so use its bl3.mk file instead
of the general Xaw framework.

diffstat:

 x11/xcolorsel/Makefile |  13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diffs (27 lines):

diff -r e7e719fb2efa -r 3a4822e24579 x11/xcolorsel/Makefile
--- a/x11/xcolorsel/Makefile    Thu Jun 02 18:30:42 2005 +0000
+++ b/x11/xcolorsel/Makefile    Thu Jun 02 19:33:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:48:14 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/02 19:33:47 wiz Exp $
 #
 
 DISTNAME=      xcolorsel-1.1a-src
@@ -11,15 +11,8 @@
 COMMENT=       Browse and select named X colors from rgb.txt
 
 WRKSRC=                ${WRKDIR}/xcolorsel
+MAKE_ENV+=     LIBXAW=${LIBXAW:Q}
 USE_IMAKE=     yes
-XAW_TYPE?=     3d
-
-.include "../../mk/bsd.prefs.mk"
 
-# We need at least Xaw3d to compile this package.
-.if (${XAW_TYPE} == standard || ${XAW_TYPE} == neXtaw)
-XAW_TYPE=      3d
-.endif
-
-.include "../../mk/xaw.buildlink3.mk"
+.include "../../x11/Xaw3d/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index