pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-build Depending on "boost-build>=1.33.*" d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eeab02c6667b
branches:  trunk
changeset: 499462:eeab02c6667b
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Sep 22 22:06:08 2005 +0000

description:
Depending on "boost-build>=1.33.*" does not make sense.  Write this
as "boost-build-1.33.*" instead.

diffstat:

 devel/boost-build/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7f782f1ad2ce -r eeab02c6667b devel/boost-build/buildlink3.mk
--- a/devel/boost-build/buildlink3.mk   Thu Sep 22 22:00:41 2005 +0000
+++ b/devel/boost-build/buildlink3.mk   Thu Sep 22 22:06:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2005/08/12 20:58:45 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2005/09/22 22:06:08 kristerw Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 BOOST_BUILD_BUILDLINK3_MK:=    ${BOOST_BUILD_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   boost-build
 
 .if !empty(BOOST_BUILD_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.boost-build+=                boost-build>=1.33.*
+BUILDLINK_DEPENDS.boost-build+=                boost-build-1.33.*
 BUILDLINK_DEPMETHOD.boost-build?=      build
 BUILDLINK_PKGSRCDIR.boost-build?=      ../../devel/boost-build
 .endif # BOOST_BUILD_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index