pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xenstoretools
Module Name: pkgsrc
Committed By: sborrill
Date: Tue Apr 25 06:49:45 UTC 2017
Modified Files:
pkgsrc/sysutils/xenstoretools: Makefile
Log Message:
iasl is a build requirement
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/xenstoretools/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/xenstoretools/Makefile
diff -u pkgsrc/sysutils/xenstoretools/Makefile:1.10 pkgsrc/sysutils/xenstoretools/Makefile:1.11
--- pkgsrc/sysutils/xenstoretools/Makefile:1.10 Thu Jan 5 12:44:54 2017
+++ pkgsrc/sysutils/xenstoretools/Makefile Tue Apr 25 06:49:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/05 12:44:54 sborrill Exp $
+# $NetBSD: Makefile,v 1.11 2017/04/25 06:49:45 sborrill Exp $
#
# VERSION is set in xentool46/version.mk
@@ -25,6 +25,10 @@ BUILD_TARGET= clients
INSTALL_DIRS= xenstore
INSTALL_MAKE_FLAGS+= XENSTORE_XENSTORED=n
+.if !exists(/usr/bin/iasl)
+BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils
+.endif
+
GNU_CONFIGURE= yes
# configure checks for more components than are required to build the
# xenstore subdirectory, so provide dummy args to allow it to complete
Home |
Main Index |
Thread Index |
Old Index