diff options
author | sborrill <sborrill@pkgsrc.org> | 2017-04-25 06:49:45 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2017-04-25 06:49:45 +0000 |
commit | 51ed6707adfdb3c39d1eedb490b58607e0bd7d3a (patch) | |
tree | 6eef6eea6c8b7471fc1321679b49918539a267f9 /sysutils | |
parent | 734e5bde5af1fea7e95e1154f79c3ff30572564b (diff) | |
download | pkgsrc-51ed6707adfdb3c39d1eedb490b58607e0bd7d3a.tar.gz |
iasl is a build requirement
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xenstoretools/Makefile | 6 |
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 |