pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/hal-info After learning more about TOOL_DEPEN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/285186a6907c
branches:  trunk
changeset: 355626:285186a6907c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 07 10:54:35 2016 +0000

description:
After learning more about TOOL_DEPENDS: it is a better match.

diffstat:

 sysutils/hal-info/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 402b00f1ed54 -r 285186a6907c sysutils/hal-info/Makefile
--- a/sysutils/hal-info/Makefile        Wed Dec 07 10:49:49 2016 +0000
+++ b/sysutils/hal-info/Makefile        Wed Dec 07 10:54:35 2016 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index