summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-20 19:36:03 +0000
committerjlam <jlam@pkgsrc.org>2001-06-20 19:36:03 +0000
commitc459aefcea0f6f1c0c8dd01c0c3423a7c5a56e6c (patch)
tree075645831faeed4d2a65ab6e6c6fff1b921ae737 /mk/bsd.prefs.mk
parent7732303bf39a104713289c374f8a738bac1764fb (diff)
downloadpkgsrc-c459aefcea0f6f1c0c8dd01c0c3423a7c5a56e6c.tar.gz
Move default setting of XAW_TYPE to bsd.prefs.mk.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 64b3fda8173..1d08979e3a3 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.43 2001/06/16 08:45:41 veego Exp $
+# $NetBSD: bsd.prefs.mk,v 1.44 2001/06/20 19:36:03 jlam Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -132,6 +132,11 @@ USE_INET6?= NO
.include "${.CURDIR}/mk/defs.NetBSD.mk"
.endif
+# Set default type of libXaw used during package builds.
+.if defined(USE_XAW)
+XAW_TYPE?= standard
+.endif
+
# Check if we got Mesa distributed with XFree86 4.x or if we need to
# depend on the Mesa package.
# XFree86 starting with 4.1.0 contains now a libGLU, so also check for it.