summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.use.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-14 20:14:50 +0000
committerjlam <jlam@pkgsrc.org>2005-06-14 20:14:50 +0000
commitbdead8cfd39e13bd489e37de2e8a12a975f02096 (patch)
treef7ae362f97eddfde616ff760fa7e349c81cda5ac /mk/bsd.pkg.use.mk
parent2e07c2fb0d5a176a798c5b6dfc0cb8f952fe97b0 (diff)
downloadpkgsrc-bdead8cfd39e13bd489e37de2e8a12a975f02096.tar.gz
Require xpkgwedge>=1.14 so that the correct make is always invoked on
Solaris and Linux, regardless of whether we use the same make to build the software or not.
Diffstat (limited to 'mk/bsd.pkg.use.mk')
-rw-r--r--mk/bsd.pkg.use.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk
index 2121071d4f3..f7cc027df56 100644
--- a/mk/bsd.pkg.use.mk
+++ b/mk/bsd.pkg.use.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.19 2005/06/14 20:04:36 jlam Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.20 2005/06/14 20:14:50 jlam Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -127,5 +127,5 @@ RMAN?= ${X11BASE}/bin/rman
.if (defined(USE_X11BASE) || \
defined(USE_IMAKE) || !empty(USE_TOOLS:Mimake)) && \
!empty(USE_XPKGWEDGE:M[yY][eE][sS])
-BUILD_DEPENDS+= xpkgwedge>=${_XPKGWEDGE_REQD:U1.13}:../../pkgtools/xpkgwedge
+BUILD_DEPENDS+= xpkgwedge>=${_XPKGWEDGE_REQD:U1.14}:../../pkgtools/xpkgwedge
.endif