diff options
author | bouyer <bouyer@pkgsrc.org> | 2020-08-27 13:44:53 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2020-08-27 13:44:53 +0000 |
commit | 079349f660d721b11ac76458b9cf23da4dd69287 (patch) | |
tree | eb04135e4b7213c9539d96f04446374f246a2e0a /sysutils/xenkernel413 | |
parent | 0b79bf4fe50872dddecb5dcfd700a7ba5bcb216b (diff) | |
download | pkgsrc-079349f660d721b11ac76458b9cf23da4dd69287.tar.gz |
Remove Linux from ONLY_FOR_PLATFORM; it doesn't make sense to restrict
to 2.6.x anyway.
Diffstat (limited to 'sysutils/xenkernel413')
-rw-r--r-- | sysutils/xenkernel413/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/xenkernel413/Makefile b/sysutils/xenkernel413/Makefile index 171ef91e319..763779b6e6e 100644 --- a/sysutils/xenkernel413/Makefile +++ b/sysutils/xenkernel413/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/07/16 09:56:47 bouyer Exp $ +# $NetBSD: Makefile,v 1.3 2020/08/27 13:44:53 bouyer Exp $ VERSION= 4.13.1 PKGREVISION= 1 @@ -14,8 +14,7 @@ COMMENT= Xen 4.13.x Kernel LICENSE= gnu-gpl-v2 -ONLY_FOR_PLATFORM= Linux-2.6*-x86_64 -ONLY_FOR_PLATFORM+= NetBSD-*.*-x86_64 +ONLY_FOR_PLATFORM= NetBSD-*.*-x86_64 SSP_SUPPORTED= no |