pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Require xpkgwedge>=1.14 so that the correct make is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68b1af2abea6
branches:  trunk
changeset: 495600:68b1af2abea6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jun 14 20:14:50 2005 +0000

description:
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:

 mk/bsd.pkg.use.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 0557de1ff0d2 -r 68b1af2abea6 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Tue Jun 14 20:12:51 2005 +0000
+++ b/mk/bsd.pkg.use.mk Tue Jun 14 20:14:50 2005 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index