summaryrefslogtreecommitdiff
path: root/sysutils/xentools42/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
commit15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch)
treecab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/xentools42/Makefile
parentef482b78e029548a99588f95eff363467deb3687 (diff)
downloadpkgsrc-15bb5ef0c0e2649c11f1265cb3267780466dd29d.tar.gz
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
Diffstat (limited to 'sysutils/xentools42/Makefile')
-rw-r--r--sysutils/xentools42/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile
index 3ec740da775..34ee0c75104 100644
--- a/sysutils/xentools42/Makefile
+++ b/sysutils/xentools42/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2019/08/11 13:23:18 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2019/11/04 21:28:58 rillig Exp $
VERSION= 4.2.5
VERSION_IPXE= 1.0.0
@@ -19,12 +19,12 @@ COMMENT= Userland Tools for Xen 4.2.x
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
+BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware
#.if !exists(/usr/bin/iasl) # XXX broken with iasl 20171110
-BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils
+BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils
#.endif
-DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses
-DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses
+DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
PYTHON_VERSIONS_ACCEPTED= 27