diff options
author | marino <marino@pkgsrc.org> | 2016-12-03 14:54:01 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2016-12-03 14:54:01 +0000 |
commit | 163b03d46026e7f5916fe6a9446f42eff5c6e21a (patch) | |
tree | acff60da1b4cac447c7c1c6d479d2fc78ed04b3d | |
parent | af3401e790da1f09c1263b8433da00342c3319f4 (diff) | |
download | pkgsrc-163b03d46026e7f5916fe6a9446f42eff5c6e21a.tar.gz |
sysutils/hal-info: Specify xmllint tool requirement
-rw-r--r-- | sysutils/hal-info/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile index f0b7720cda2..b890cb8e4b1 100644 --- a/sysutils/hal-info/Makefile +++ b/sysutils/hal-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 06:39:00 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/12/03 14:54:01 marino Exp $ # DISTNAME= hal-info-20091130 @@ -11,6 +11,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 + GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt perl pkg-config |