summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-12-07 10:54:35 +0000
committerwiz <wiz@pkgsrc.org>2016-12-07 10:54:35 +0000
commitdae522dd4cf4c2a9f9c75b4c02875087f0ac3a55 (patch)
treef03abd27627b284d47f20ee1b554e9653c748852 /sysutils
parent4febe6595d309b8a1447f725fc519ad2b2f83bc4 (diff)
downloadpkgsrc-dae522dd4cf4c2a9f9c75b4c02875087f0ac3a55.tar.gz
After learning more about TOOL_DEPENDS: it is a better match.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal-info/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile
index cc862505ba8..18489b5081d 100644
--- a/sysutils/hal-info/Makefile
+++ b/sysutils/hal-info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2016/12/03 17:28:07 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2016/12/07 10:54:35 wiz Exp $
DISTNAME= hal-info-20091130
PKGREVISION= 5
@@ -11,7 +11,7 @@ COMMENT= FreeDesktop hardware abstraction layer (info subpackage)
LICENSE= gnu-gpl-v2 # OR Academic-Free-License-v2.1
# TEST_DEPENDS
-BUILD_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
+TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES