Use the correct path variable in one marino@'s dragonfly hacks.
This commit is contained in:
parent
de4a35a0d8
commit
b16ae96248
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue