diff options
author | wiz <wiz@pkgsrc.org> | 2018-09-27 04:23:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-09-27 04:23:12 +0000 |
commit | f012ae2e14645cacf024b6d27d7214dec7185619 (patch) | |
tree | 771968668165abe1f8b46219abce1f760bc7e6f7 /security/zkt | |
parent | 0f23700c72191dd22e2e616bdb8113c093b205d0 (diff) | |
download | pkgsrc-f012ae2e14645cacf024b6d27d7214dec7185619.tar.gz |
zkt: switch to an existing bind version
Only used on DragonFly
Diffstat (limited to 'security/zkt')
-rw-r--r-- | security/zkt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/zkt/Makefile b/security/zkt/Makefile index fae1605504a..f2f679dee96 100644 --- a/security/zkt/Makefile +++ b/security/zkt/Makefile @@ -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=/usr/sbin .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: |