pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/hal-info



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  7 10:54:35 UTC 2016

Modified Files:
        pkgsrc/sysutils/hal-info: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/hal-info/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/hal-info/Makefile
diff -u pkgsrc/sysutils/hal-info/Makefile:1.22 pkgsrc/sysutils/hal-info/Makefile:1.23
--- pkgsrc/sysutils/hal-info/Makefile:1.22      Sat Dec  3 17:28:07 2016
+++ pkgsrc/sysutils/hal-info/Makefile   Wed Dec  7 10:54:35 2016
@@ -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 abstracti
 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