summaryrefslogtreecommitdiff
path: root/security/zkt
diff options
context:
space:
mode:
authordholland <dholland>2014-01-02 00:50:07 +0000
committerdholland <dholland>2014-01-02 00:50:07 +0000
commit950903f67058e36d700e0749ac9f293e272d282d (patch)
treee61558272fb1f248d44d35cf17399156db0271ec /security/zkt
parentaa00e8c70d13cd40d7f933aa940b7147e978d00c (diff)
downloadpkgsrc-950903f67058e36d700e0749ac9f293e272d282d.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