diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-03 17:28:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-03 17:28:07 +0000 |
commit | c3dfe3ac786d86a06839cc765d807e9f98de70bd (patch) | |
tree | 44bca766f9e5b5cc6275134d789a4cd4879ac4ae /sysutils | |
parent | 856c54592cb6e8b6e01186d9ce5b8138077bd6ed (diff) | |
download | pkgsrc-c3dfe3ac786d86a06839cc765d807e9f98de70bd.tar.gz |
xmllint is a test dependency.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal-info/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile index b890cb8e4b1..cc862505ba8 100644 --- a/sysutils/hal-info/Makefile +++ b/sysutils/hal-info/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/12/03 14:54:01 marino Exp $ -# +# $NetBSD: Makefile,v 1.22 2016/12/03 17:28:07 wiz Exp $ DISTNAME= hal-info-20091130 PKGREVISION= 5 @@ -11,7 +10,8 @@ HOMEPAGE= http://hal.freedesktop.org/ COMMENT= FreeDesktop hardware abstraction layer (info subpackage) LICENSE= gnu-gpl-v2 # OR Academic-Free-License-v2.1 -TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint +# TEST_DEPENDS +BUILD_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES |