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: marino
Date: Sat Dec 3 14:54:01 UTC 2016
Modified Files:
pkgsrc/sysutils/hal-info: Makefile
Log Message:
sysutils/hal-info: Specify xmllint tool requirement
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/sysutils/hal-info/Makefile:1.21
--- pkgsrc/sysutils/hal-info/Makefile:1.20 Sat Jul 9 06:39:00 2016
+++ pkgsrc/sysutils/hal-info/Makefile Sat Dec 3 14:54:01 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index