summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.use.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-14 20:14:50 +0000
committerjlam <jlam>2005-06-14 20:14:50 +0000
commit244a0031081994c59283dcac9519f670dfb04006 (patch)
treef7ae362f97eddfde616ff760fa7e349c81cda5ac /mk/bsd.pkg.use.mk
parentb7a7539c312d80b59e64c4daf721833cc8c1c488 (diff)
downloadpkgsrc-244a0031081994c59283dcac9519f670dfb04006.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