summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-23 19:22:50 +0000
committerjlam <jlam@pkgsrc.org>2001-08-23 19:22:50 +0000
commit2746fb652198a709b808280d8e1b27e090e5563a (patch)
tree3c4d32f76bfcef2a49233723df982609d870e6c4 /x11
parent72ff61217a1ba741e7f376435271528dc5d1d8f9 (diff)
downloadpkgsrc-2746fb652198a709b808280d8e1b27e090e5563a.tar.gz
Default to XAW_TYPE=3d as we need at least Xaw3d to compile.
Diffstat (limited to 'x11')
-rw-r--r--x11/xcolorsel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile
index d7f2c844f30..905fa119f2f 100644
--- a/x11/xcolorsel/Makefile
+++ b/x11/xcolorsel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/08/23 04:26:55 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2001/08/23 19:22:50 jlam Exp $
#
DISTNAME= xcolorsel-1.1a-src
@@ -11,6 +11,7 @@ COMMENT= Browse and select named X colors from rgb.txt
WRKSRC= ${WRKDIR}/xcolorsel
USE_IMAKE= yes
+XAW_TYPE?= 3d
.include "../../mk/bsd.prefs.mk"