pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/rsaref BUILDLINK_DEPENDS should, in nearly ev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7099277da977
branches:  trunk
changeset: 481397:7099277da977
user:      tv <tv%pkgsrc.org@localhost>
date:      Sun Oct 03 19:59:38 2004 +0000

description:
BUILDLINK_DEPENDS should, in nearly every case, be a dewey depends, not a
precise version.

diffstat:

 security/rsaref/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1fc2b156fc4e -r 7099277da977 security/rsaref/buildlink3.mk
--- a/security/rsaref/buildlink3.mk     Sun Oct 03 16:17:52 2004 +0000
+++ b/security/rsaref/buildlink3.mk     Sun Oct 03 19:59:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/03 00:18:13 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2004/10/03 19:59:38 tv Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 RSAREF_BUILDLINK3_MK:= ${RSAREF_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   rsaref
 
 .if !empty(RSAREF_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.rsaref+=     rsaref-2.0p3
+BUILDLINK_DEPENDS.rsaref+=     rsaref>=2.0p3
 BUILDLINK_RECOMMENDED.rsaref+= rsaref>=2.0p3nb1
 BUILDLINK_PKGSRCDIR.rsaref?=   ../../security/rsaref
 .endif # RSAREF_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index