pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/zkt zkt: switch to an existing bind version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6bc2c4af0b6
branches:  trunk
changeset: 385702:d6bc2c4af0b6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 27 04:23:12 2018 +0000

description:
zkt: switch to an existing bind version

Only used on DragonFly

diffstat:

 security/zkt/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r b3f177aaf16a -r d6bc2c4af0b6 security/zkt/Makefile
--- a/security/zkt/Makefile     Wed Sep 26 23:19:10 2018 +0000
+++ b/security/zkt/Makefile     Thu Sep 27 04:23:12 2018 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/08/18 07:31:17 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.11 2018/09/27 04:23:12 wiz Exp $
 
 DISTNAME=      zkt-1.1.2
 PKGREVISION=   1
@@ -31,7 +30,7 @@
 
 .if ${OPSYS} == "DragonFly"
 CONFIGURE_ARGS+=       --enable-bind_util_path=${BUILDLINK_PREFIX.bind}/sbin
-.include "../../net/bind99/buildlink3.mk"
+.include "../../net/bind912/buildlink3.mk"
 .endif
 
 do-install:



Home | Main Index | Thread Index | Old Index