summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-21 04:23:58 +0000
committertnn <tnn@pkgsrc.org>2008-02-21 04:23:58 +0000
commit3d06b8fdd59246260b86a7f023d357445de7a3d0 (patch)
tree642854600e4ccdbb433c33613ca804d91f9934cb /mk/bsd.prefs.mk
parent7af3ad23303883320a2475af7ff89ab2072a1757 (diff)
downloadpkgsrc-3d06b8fdd59246260b86a7f023d357445de7a3d0.tar.gz
Kill _OPSYS_NEEDS_XPKGWEDGE. It was only used by two platforms and they
will default to USE_XPKGWEDGE anyway.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index d38227c769c..e652d409555 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.279 2008/02/07 16:43:18 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.280 2008/02/21 04:23:58 tnn Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -485,9 +485,6 @@ CROSSBASE?= ${LOCALBASE}/cross
.if exists(${LOCALBASE}/lib/X11/config/xpkgwedge.def) || \
exists(${X11BASE}/lib/X11/config/xpkgwedge.def)
USE_XPKGWEDGE= yes
-.elif defined(_OPSYS_NEEDS_XPKGWEDGE) && \
- !empty(_OPSYS_NEEDS_XPKGWEDGE:M[yY][eE][sS])
-USE_XPKGWEDGE= yes
.elif ${PKG_INSTALLATION_TYPE} == "pkgviews"
USE_XPKGWEDGE= yes
.elif ${X11_TYPE} == "modular"