diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-07 10:54:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-07 10:54:35 +0000 |
commit | 85139f766a33b0ef9814846deb83f9789d796c72 (patch) | |
tree | e11066effe0ad2321c152d969d0a4c0ac077948d /sysutils | |
parent | b8d24ad29d7e9452de6996b21952eea5672645ef (diff) | |
download | pkgsrc-85139f766a33b0ef9814846deb83f9789d796c72.tar.gz |
After learning more about TOOL_DEPENDS: it is a better match.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal-info/Makefile | 4 |
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 |