summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-21 01:40:56 +0000
committerwiz <wiz>2002-10-21 01:40:56 +0000
commit82fd4cd1ad0193e1067fbee4e377e8f0866962c3 (patch)
tree4cf6d4e464ed986abf718fd03c1cd65dd10f46f1 /mk/bsd.prefs.mk
parent173d535abacc94565b6d6370c6cb65aa32787e37 (diff)
downloadpkgsrc-82fd4cd1ad0193e1067fbee4e377e8f0866962c3.tar.gz
Remove traces of now unused USE_XAW.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 4eda516753a..c6d52a153c0 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.84 2002/10/21 01:17:12 wiz Exp $
+# $NetBSD: bsd.prefs.mk,v 1.85 2002/10/21 01:40:57 wiz Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -210,11 +210,6 @@ 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 Xpm distributed with XFree86 4.x or Solaris 9 or if we need
# to depend on the Xpm package.
.if (defined(CHECK_XPM) || defined(USE_XPM))