summaryrefslogtreecommitdiff
path: root/security/zkt
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2014-01-02 00:50:07 +0000
committerdholland <dholland@pkgsrc.org>2014-01-02 00:50:07 +0000
commitb16ae962483f15723c3d893bfa6e93c0dc61ecfa (patch)
treee61558272fb1f248d44d35cf17399156db0271ec /security/zkt
parentde4a35a0d8e9f08567d48c3da35ea7dbf4dd6331 (diff)
downloadpkgsrc-b16ae962483f15723c3d893bfa6e93c0dc61ecfa.tar.gz
Use the correct path variable in one marino@'s dragonfly hacks.
Diffstat (limited to 'security/zkt')
-rw-r--r--security/zkt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/zkt/Makefile b/security/zkt/Makefile
index 5a1b8e715b8..76048132e19 100644
--- a/security/zkt/Makefile
+++ b/security/zkt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/03/15 23:34:44 pettai Exp $
+# $NetBSD: Makefile,v 1.9 2014/01/02 00:50:07 dholland Exp $
#
DISTNAME= zkt-1.1.2
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --enable-bind_util_path=/usr/sbin
# this one will fail to build due to conflict in that case.
.if ${OPSYS} == "DragonFly"
-CONFIGURE_ARGS+= --enable-bind_util_path=${PREFIX}/sbin
+CONFIGURE_ARGS+= --enable-bind_util_path=${BUILDLINK_PREFIX.bind}/sbin
.include "../../net/bind99/buildlink3.mk"
.endif