diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-21 04:23:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-21 04:23:58 +0000 |
commit | 3d06b8fdd59246260b86a7f023d357445de7a3d0 (patch) | |
tree | 642854600e4ccdbb433c33613ca804d91f9934cb /mk/bsd.prefs.mk | |
parent | 7af3ad23303883320a2475af7ff89ab2072a1757 (diff) | |
download | pkgsrc-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.mk | 5 |
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" |