From 04a36c07e64e9ba2988805216eb5ddd7fc62b9dd Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 14 Jun 2005 07:25:24 +0000 Subject: Require xpkgwedge>=1.13 when used as a build dependency so that the correct make(1) program is invoked by pkgxmkmf. --- mk/bsd.pkg.use.mk | 4 ++-- mk/bsd.prefs.mk | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index f8420d3ae03..2019838f1db 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.17 2005/06/14 02:09:38 jlam Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.18 2005/06/14 07:25:24 jlam Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -125,5 +125,5 @@ RMAN?= ${X11BASE}/bin/rman ### USE_XPKGWEDGE .if defined(USE_X11BASE) && !empty(USE_XPKGWEDGE:M[yY][eE][sS]) -BUILD_DEPENDS+= xpkgwedge>=${_XPKGWEDGE_REQD:U1.5}:../../pkgtools/xpkgwedge +BUILD_DEPENDS+= xpkgwedge>=${_XPKGWEDGE_REQD:U1.13}:../../pkgtools/xpkgwedge .endif diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 54cf66d5a32..c5392bee06b 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.194 2005/06/01 17:05:19 jlam Exp $ +# $NetBSD: bsd.prefs.mk,v 1.195 2005/06/14 07:25:24 jlam Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -385,7 +385,6 @@ USE_XPKGWEDGE= yes .if ${PKG_INSTALLATION_TYPE} == "pkgviews" USE_XPKGWEDGE= yes -_XPKGWEDGE_REQD= 1.9 .endif # Set X11PREFIX to reflect the install directory of X11 packages. -- cgit v1.2.3