summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsborrill <sborrill>2017-04-25 06:49:45 +0000
committersborrill <sborrill>2017-04-25 06:49:45 +0000
commitec97db700c3cdcda189d76aa2a2968e518545794 (patch)
treed4fbf21299060b033ed1d092aa93d6f9afa8bb31 /sysutils
parent956234e1a6971002af338a9c6126638ae34ec3f2 (diff)
downloadpkgsrc-ec97db700c3cdcda189d76aa2a2968e518545794.tar.gz
iasl is a build requirement
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xenstoretools/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/xenstoretools/Makefile b/sysutils/xenstoretools/Makefile
index 6dce4140916..e13c535c1ae 100644
--- a/sysutils/xenstoretools/Makefile
+++ b/sysutils/xenstoretools/Makefile
@@ -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