pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind912 bind912: fix bl3 reference



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0039526f23f0
branches:  trunk
changeset: 385684:0039526f23f0
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Sep 25 18:07:37 2018 +0000

description:
bind912: fix bl3 reference

diffstat:

 net/bind912/buildlink3.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 268b7871758b -r 0039526f23f0 net/bind912/buildlink3.mk
--- a/net/bind912/buildlink3.mk Tue Sep 25 13:24:39 2018 +0000
+++ b/net/bind912/buildlink3.mk Tue Sep 25 18:07:37 2018 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/09/09 13:16:01 taca Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2018/09/25 18:07:37 tnn Exp $
 
 BUILDLINK_TREE+=       bind
 
 .if !defined(BIND_BUILDLINK3_MK)
 BIND_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.bind+=   bind>=9.11.0
-BUILDLINK_PKGSRCDIR.bind?=     ../../net/bind911
+BUILDLINK_API_DEPENDS.bind+=   bind>=9.12.0
+BUILDLINK_PKGSRCDIR.bind?=     ../../net/bind912
 .endif # BIND_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -bind



Home | Main Index | Thread Index | Old Index