pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/hal-info sysutils/hal-info: Specify xmllint t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/908b0ef548e3
branches:  trunk
changeset: 355488:908b0ef548e3
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat Dec 03 14:54:01 2016 +0000

description:
sysutils/hal-info: Specify xmllint tool requirement

diffstat:

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

diffs (18 lines):

diff -r 4a987aebfbe7 -r 908b0ef548e3 sysutils/hal-info/Makefile
--- a/sysutils/hal-info/Makefile        Sat Dec 03 13:02:22 2016 +0000
+++ b/sysutils/hal-info/Makefile        Sat Dec 03 14:54:01 2016 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index