pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/zkt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 27 04:23:12 UTC 2018

Modified Files:
        pkgsrc/security/zkt: Makefile

Log Message:
zkt: switch to an existing bind version

Only used on DragonFly


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/zkt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/zkt/Makefile
diff -u pkgsrc/security/zkt/Makefile:1.10 pkgsrc/security/zkt/Makefile:1.11
--- pkgsrc/security/zkt/Makefile:1.10   Tue Aug 18 07:31:17 2015
+++ pkgsrc/security/zkt/Makefile        Thu Sep 27 04:23:12 2018
@@ -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 @@ CONFIGURE_ARGS+=      --enable-bind_util_path
 
 .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