diff options
author | maya <maya@pkgsrc.org> | 2019-11-03 10:08:34 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-11-03 10:08:34 +0000 |
commit | 1bc3347a4fea62c0cc19220142ca15bd31a4a746 (patch) | |
tree | cbb4c4ee0c829e4d8d56602b96078c83efe74981 | |
parent | 3ca1a47038c43ff71fd2700299578cc4e47a6e36 (diff) | |
download | pkgsrc-1bc3347a4fea62c0cc19220142ca15bd31a4a746.tar.gz |
xentools411: doesn't need a pkgsrc acpica utils. netbsd-current briefly
had a bug with its builtin acpica, but that is fixed (and didn't make it
into any release AFAIK)
-rw-r--r-- | sysutils/xentools411/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xentools411/Makefile b/sysutils/xentools411/Makefile index ddd1e38c38f..f3c474f64ad 100644 --- a/sysutils/xentools411/Makefile +++ b/sysutils/xentools411/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/08/30 13:16:27 bouyer Exp $ +# $NetBSD: Makefile,v 1.10 2019/11/03 10:08:34 maya Exp $ # VERSION= 4.11.2 VERSION_IPXE= 356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d @@ -24,9 +24,9 @@ LICENSE= gnu-gpl-v2 # XXX add version check: Xen requires dev86 >= 0.16.14 BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware -#.if !exists(/usr/bin/iasl) # XXX broken with iasl 20171110 +.if !exists(/usr/bin/iasl) BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils -#.endif +.endif DEPENDS+= ${PYPKGPREFIX}-curses>=0:../../devel/py-curses PKG_SYSCONFSUBDIR= xen |