diff options
author | dholland <dholland@pkgsrc.org> | 2014-01-02 00:50:07 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-01-02 00:50:07 +0000 |
commit | f33dc6df723e3fb983acb866c8e5fc8f49c383b0 (patch) | |
tree | e61558272fb1f248d44d35cf17399156db0271ec /security/zkt | |
parent | b3b3d089a5b00b8c7306feb05f17b16493dc933c (diff) | |
download | pkgsrc-f33dc6df723e3fb983acb866c8e5fc8f49c383b0.tar.gz |
Use the correct path variable in one marino@'s dragonfly hacks.
Diffstat (limited to 'security/zkt')
-rw-r--r-- | security/zkt/Makefile | 4 |
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 |